Html Css Color HEX #66C331 Apple

📋 copy color: '#66C331'

red 102 ◦ green 195 ◦ blue 49

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

Shades of Apple #66C331

Tints of Apple #66C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.36%

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

R = 29.48%
G = 56.36%
B = 14.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#66C331 (or 0x66C331) is known color: Apple. HEX triplet: 66, C3 and 31. RGB value is (102,195,49). Sum of RGB (Red+Green+Blue) = 102+195+49=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #66C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C331 is #993CCE. Grayscale: #979797. Windows color (decimal): -10042575 or 3261286. OLE color: 3261286.

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

Color convert

RGB 102 195 49 -
CMYK 0.48 0 0.75 0.24
HSL 98.22º 0.6% 0.48% -
HSV(B) 98.22º 0.75% 0.76% -
XYZ 25.55 42.08 9.68 -
YUV 150.55 70.69 93.37 -
System Red Green Blue C M Y K H S L
Decimal 102 195 49 0.48 0 0.75 0.24 98.22 0.6 0.48
Hex 66 C3 31 30 0 4B 18 62 3C 30
Octal 146 303 61 60 0 113 30 142 74 60
Binary 1100110 11000011 110001 110000 0 1001011 11000 1100010 111100 110000

Color Harmonies of #66C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C331

Black with #66C331

Text Example


Text Example

White with #66C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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