Html Css Color HEX #5DCF41 Apple

📋 copy color: '#5DCF41'

red 93 ◦ green 207 ◦ blue 65

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

Shades of Apple #5DCF41

Tints of Apple #5DCF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 25.48%
G = 56.71%
B = 17.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#5DCF41 (or 0x5DCF41) is known color: Apple. HEX triplet: 5D, CF and 41. RGB value is (93,207,65). Sum of RGB (Red+Green+Blue) = 93+207+65=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF41 is #A230BE. Grayscale: #9D9D9D. Windows color (decimal): -10629311 or 4312925. OLE color: 4312925.

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

Color convert

RGB 93 207 65 -
CMYK 0.55 0 0.69 0.19
HSL 108.17º 0.6% 0.53% -
HSV(B) 108.17º 0.69% 0.81% -
XYZ 27.78 47.33 12.67 -
YUV 156.73 76.23 82.55 -
System Red Green Blue C M Y K H S L
Decimal 93 207 65 0.55 0 0.69 0.19 108.17 0.6 0.53
Hex 5D CF 41 37 0 45 13 6C 3C 35
Octal 135 317 101 67 0 105 23 154 74 65
Binary 1011101 11001111 1000001 110111 0 1000101 10011 1101100 111100 110101

Color Harmonies of #5DCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF41

Black with #5DCF41

Text Example


Text Example

White with #5DCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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