Html Css Color HEX #5DCF34 Apple

📋 copy color: '#5DCF34'

red 93 ◦ green 207 ◦ blue 52

#5DCF34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5DCF34

Tints of Apple #5DCF34

RGB

 RED value IS 93 (36.72% from 255) = 26.42%

 GREEN value IS 207 (81.25% from 255) = 58.81%

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 26.42%
G = 58.81%
B = 14.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#5DCF34 (or 0x5DCF34) is known color: Apple. HEX triplet: 5D, CF and 34. RGB value is (93,207,52). Sum of RGB (Red+Green+Blue) = 93+207+52=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF34 is #A230CB. Grayscale: #9B9B9B. Windows color (decimal): -10629324 or 3460957. OLE color: 3460957.

HSL color Cylindrical-coordinate representation of color #5DCF34: hue angle of 104.13º 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 #5DCF34 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 52 -
CMYK 0.55 0 0.75 0.19
HSL 104.13º 0.62% 0.51% -
HSV(B) 104.13º 0.75% 0.81% -
XYZ 27.45 47.2 10.91 -
YUV 155.24 69.73 83.6 -
System Red Green Blue C M Y K H S L
Decimal 93 207 52 0.55 0 0.75 0.19 104.13 0.62 0.51
Hex 5D CF 34 37 0 4B 13 68 3E 33
Octal 135 317 64 67 0 113 23 150 76 63
Binary 1011101 11001111 110100 110111 0 1001011 10011 1101000 111110 110011

Color Harmonies of #5DCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF34

Black with #5DCF34

Text Example


Text Example

White with #5DCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DCF34;
 }
 .AnyTagClassName
 {
   color: #5DCF34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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