Html Css Color HEX #5DD64B Apple

📋 copy color: '#5DD64B'

red 93 ◦ green 214 ◦ blue 75

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

Shades of Apple #5DD64B

Tints of Apple #5DD64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.02%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 24.35%
G = 56.02%
B = 19.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#5DD64B (or 0x5DD64B) is known color: Apple. HEX triplet: 5D, D6 and 4B. RGB value is (93,214,75). Sum of RGB (Red+Green+Blue) = 93+214+75=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD64B is #A229B4. Grayscale: #A2A2A2. Windows color (decimal): -10627509 or 4970077. OLE color: 4970077.

HSL color Cylindrical-coordinate representation of color #5DD64B: hue angle of 112.23º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DD64B is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 75 -
CMYK 0.57 0 0.65 0.16
HSL 112.23º 0.63% 0.57% -
HSV(B) 112.23º 0.65% 0.84% -
XYZ 29.83 50.93 14.91 -
YUV 161.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 93 214 75 0.57 0 0.65 0.16 112.23 0.63 0.57
Hex 5D D6 4B 39 0 41 10 70 3F 39
Octal 135 326 113 71 0 101 20 160 77 71
Binary 1011101 11010110 1001011 111001 0 1000001 10000 1110000 111111 111001

Color Harmonies of #5DD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD64B

Black with #5DD64B

Text Example


Text Example

White with #5DD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,214,75); }

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

background-color css

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

 a { background-color: rgb(93,214,75); }

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

border-color css

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

 span { border-color: rgb(93,214,75); }

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