Html Css Color HEX #5DCF32 Apple

📋 copy color: '#5DCF32'

red 93 ◦ green 207 ◦ blue 50

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

Shades of Apple #5DCF32

Tints of Apple #5DCF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 26.57%
G = 59.14%
B = 14.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#5DCF32 (or 0x5DCF32) is known color: Apple. HEX triplet: 5D, CF and 32. RGB value is (93,207,50). Sum of RGB (Red+Green+Blue) = 93+207+50=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF32 is #A230CD. Grayscale: #9B9B9B. Windows color (decimal): -10629326 or 3329885. OLE color: 3329885.

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

Color convert

RGB 93 207 50 -
CMYK 0.55 0 0.76 0.19
HSL 103.57º 0.62% 0.5% -
HSV(B) 103.57º 0.76% 0.81% -
XYZ 27.4 47.18 10.68 -
YUV 155.02 68.73 83.77 -
System Red Green Blue C M Y K H S L
Decimal 93 207 50 0.55 0 0.76 0.19 103.57 0.62 0.5
Hex 5D CF 32 37 0 4C 13 68 3E 32
Octal 135 317 62 67 0 114 23 150 76 62
Binary 1011101 11001111 110010 110111 0 1001100 10011 1101000 111110 110010

Color Harmonies of #5DCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF32

Black with #5DCF32

Text Example


Text Example

White with #5DCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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