Html Css Color HEX #66CF2E Apple

📋 copy color: '#66CF2E'

red 102 ◦ green 207 ◦ blue 46

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

Shades of Apple #66CF2E

Tints of Apple #66CF2E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.31%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 28.73%
G = 58.31%
B = 12.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#66CF2E (or 0x66CF2E) is known color: Apple. HEX triplet: 66, CF and 2E. RGB value is (102,207,46). Sum of RGB (Red+Green+Blue) = 102+207+46=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF2E is #9930D1. Grayscale: #9D9D9D. Windows color (decimal): -10039506 or 3067750. OLE color: 3067750.

HSL color Cylindrical-coordinate representation of color #66CF2E: hue angle of 99.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66CF2E is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 46 -
CMYK 0.51 0 0.78 0.19
HSL 99.13º 0.64% 0.5% -
HSV(B) 99.13º 0.78% 0.81% -
XYZ 28.29 47.65 10.29 -
YUV 157.25 65.21 88.59 -
System Red Green Blue C M Y K H S L
Decimal 102 207 46 0.51 0 0.78 0.19 99.13 0.64 0.5
Hex 66 CF 2E 33 0 4E 13 63 40 32
Octal 146 317 56 63 0 116 23 143 100 62
Binary 1100110 11001111 101110 110011 0 1001110 10011 1100011 1000000 110010

Color Harmonies of #66CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF2E

Black with #66CF2E

Text Example


Text Example

White with #66CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,207,46); }

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

background-color css

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

 a { background-color: rgb(102,207,46); }

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

border-color css

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

 span { border-color: rgb(102,207,46); }

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