#5CCF34

Color #5CCF34 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5CCF34

Tints of Apple #5CCF34

Color information

#5CCF34 (or 0x5CCF34) is unknown color: approx Apple. HEX triplet: 5C, CF and 34. RGB value is (92,207,52). Sum of RGB (Red+Green+Blue) = 92+207+52=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCF34 is #A330CB. Grayscale: #9B9B9B. Windows color (decimal): -10694860 or 3460956. OLE color: 3460956.

HSL color Cylindrical-coordinate representation of color #5CCF34: hue angle of 104.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CCF34 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB9220752-
CMYK0.5600.750.19
HSL104.52º61.75%50.78%-
HSV(B)104.52º74.88%81.18%-
XYZ27.3547.1510.91-
YUV154.9469.983.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 207 (81.25% from 255) = 58.97%
BLUE value IS 52 (20.70% from 255) = 14.81%
R=26.21%
G=58.97%
B=14.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92207520.5600.750.19104.5261.7550.78
Hex5CCF343804B13693e33
Octal13431764700113231517663
Binary10111001100111111010011100001001011100111101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CCF34; }

 p { color: rgb(92,207,52); }

 H1.HeaderClassName
 {
   color: #5CCF34;
 }
 .AnyTagClassName
 {
   color: #5CCF34;
 }
</style>
background-color css

<style>
 a { background-color: #5CCF34; }

 a { background-color: rgb(92,207,52); }

 div.DivClassName
 {
   background-color: #5CCF34;
 }
 .BgClassName
 {
   background-color: #5CCF34;
 }
</style>
border-color css

<style>
 span { border-color: #5CCF34; }

 span { border-color: rgb(92,207,52); }

 td.TdClassName
 {
   border-color: #5CCF34;
 }
 .TagClassName
 {
   border-color: #5CCF34;
 }
</style>