Html Css Color HEX #64C83D Apple

📋 copy color: '#64C83D'

red 100 ◦ green 200 ◦ blue 61

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

Shades of Apple #64C83D

Tints of Apple #64C83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

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

R = 27.7%
G = 55.4%
B = 16.9%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#64C83D (or 0x64C83D) is known color: Apple. HEX triplet: 64, C8 and 3D. RGB value is (100,200,61). Sum of RGB (Red+Green+Blue) = 100+200+61=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #64C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C83D is #9B37C2. Grayscale: #9A9A9A. Windows color (decimal): -10172355 or 4048996. OLE color: 4048996.

HSL color Cylindrical-coordinate representation of color #64C83D: hue angle of 103.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64C83D is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 200 61 -
CMYK 0.5 0 0.69 0.22
HSL 103.17º 0.56% 0.51% -
HSV(B) 103.17º 0.7% 0.78% -
XYZ 26.75 44.35 11.57 -
YUV 154.25 75.37 89.3 -
System Red Green Blue C M Y K H S L
Decimal 100 200 61 0.5 0 0.69 0.22 103.17 0.56 0.51
Hex 64 C8 3D 32 0 45 16 67 38 33
Octal 144 310 75 62 0 105 26 147 70 63
Binary 1100100 11001000 111101 110010 0 1000101 10110 1100111 111000 110011

Color Harmonies of #64C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C83D

Black with #64C83D

Text Example


Text Example

White with #64C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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