Html Css Color HEX #64D23D Apple

📋 copy color: '#64D23D'

red 100 ◦ green 210 ◦ blue 61

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

Shades of Apple #64D23D

Tints of Apple #64D23D

RGB

 RED value IS 100 (39.45% from 255) = 26.95%

 GREEN value IS 210 (82.42% from 255) = 56.6%

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 26.95%
G = 56.6%
B = 16.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#64D23D (or 0x64D23D) is known color: Apple. HEX triplet: 64, D2 and 3D. RGB value is (100,210,61). Sum of RGB (Red+Green+Blue) = 100+210+61=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #64D23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D23D is #9B2DC2. Grayscale: #A0A0A0. Windows color (decimal): -10169795 or 4051556. OLE color: 4051556.

HSL color Cylindrical-coordinate representation of color #64D23D: hue angle of 104.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64D23D is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 61 -
CMYK 0.52 0 0.71 0.18
HSL 104.3º 0.62% 0.53% -
HSV(B) 104.3º 0.71% 0.82% -
XYZ 29.14 49.14 12.36 -
YUV 160.12 72.06 85.12 -
System Red Green Blue C M Y K H S L
Decimal 100 210 61 0.52 0 0.71 0.18 104.3 0.62 0.53
Hex 64 D2 3D 34 0 47 12 68 3E 35
Octal 144 322 75 64 0 107 22 150 76 65
Binary 1100100 11010010 111101 110100 0 1000111 10010 1101000 111110 110101

Color Harmonies of #64D23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D23D

Black with #64D23D

Text Example


Text Example

White with #64D23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D23D; }

 p { color: rgb(100,210,61); }

 H1.HeaderClassName
 {
   color: #64D23D;
 }
 .AnyTagClassName
 {
   color: #64D23D;
 }
</style>

background-color css

<style>
 a { background-color: #64D23D; }

 a { background-color: rgb(100,210,61); }

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

border-color css

<style>
 span { border-color: #64D23D; }

 span { border-color: rgb(100,210,61); }

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