Html Css Color HEX #66C731 Apple

📋 copy color: '#66C731'

red 102 ◦ green 199 ◦ blue 49

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

Shades of Apple #66C731

Tints of Apple #66C731

RGB

 RED value IS 102 (40.23% from 255) = 29.14%

 GREEN value IS 199 (78.13% from 255) = 56.86%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 29.14%
G = 56.86%
B = 14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#66C731 (or 0x66C731) is known color: Apple. HEX triplet: 66, C7 and 31. RGB value is (102,199,49). Sum of RGB (Red+Green+Blue) = 102+199+49=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #66C731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C731 is #9938CE. Grayscale: #999999. Windows color (decimal): -10041551 or 3262310. OLE color: 3262310.

HSL color Cylindrical-coordinate representation of color #66C731: hue angle of 98.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66C731 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 49 -
CMYK 0.49 0 0.75 0.22
HSL 98.8º 0.6% 0.49% -
HSV(B) 98.8º 0.75% 0.78% -
XYZ 26.46 43.89 9.98 -
YUV 152.9 69.36 91.7 -
System Red Green Blue C M Y K H S L
Decimal 102 199 49 0.49 0 0.75 0.22 98.8 0.6 0.49
Hex 66 C7 31 31 0 4B 16 63 3C 31
Octal 146 307 61 61 0 113 26 143 74 61
Binary 1100110 11000111 110001 110001 0 1001011 10110 1100011 111100 110001

Color Harmonies of #66C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C731

Black with #66C731

Text Example


Text Example

White with #66C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66C731; }

 p { color: rgb(102,199,49); }

 H1.HeaderClassName
 {
   color: #66C731;
 }
 .AnyTagClassName
 {
   color: #66C731;
 }
</style>

background-color css

<style>
 a { background-color: #66C731; }

 a { background-color: rgb(102,199,49); }

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

border-color css

<style>
 span { border-color: #66C731; }

 span { border-color: rgb(102,199,49); }

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