Html Css Color HEX #64CD43 Apple

📋 copy color: '#64CD43'

red 100 ◦ green 205 ◦ blue 67

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

Shades of Apple #64CD43

Tints of Apple #64CD43

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.11%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 26.88%
G = 55.11%
B = 18.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#64CD43 (or 0x64CD43) is known color: Apple. HEX triplet: 64, CD and 43. RGB value is (100,205,67). Sum of RGB (Red+Green+Blue) = 100+205+67=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD43 is #9B32BC. Grayscale: #9E9E9E. Windows color (decimal): -10171069 or 4443492. OLE color: 4443492.

HSL color Cylindrical-coordinate representation of color #64CD43: hue angle of 105.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64CD43 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 67 -
CMYK 0.51 0 0.67 0.20
HSL 105.65º 0.58% 0.53% -
HSV(B) 105.65º 0.67% 0.8% -
XYZ 28.1 46.78 12.86 -
YUV 157.87 76.71 86.72 -
System Red Green Blue C M Y K H S L
Decimal 100 205 67 0.51 0 0.67 0.20 105.65 0.58 0.53
Hex 64 CD 43 33 0 43 14 6A 3A 35
Octal 144 315 103 63 0 103 24 152 72 65
Binary 1100100 11001101 1000011 110011 0 1000011 10100 1101010 111010 110101

Color Harmonies of #64CD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD43

Black with #64CD43

Text Example


Text Example

White with #64CD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,67); }

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

background-color css

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

 a { background-color: rgb(100,205,67); }

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

border-color css

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

 span { border-color: rgb(100,205,67); }

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