Html Css Color HEX #66CF4D Apple

📋 copy color: '#66CF4D'

red 102 ◦ green 207 ◦ blue 77

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

Shades of Apple #66CF4D

Tints of Apple #66CF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 26.42%
G = 53.63%
B = 19.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#66CF4D (or 0x66CF4D) is known color: Apple. HEX triplet: 66, CF and 4D. RGB value is (102,207,77). Sum of RGB (Red+Green+Blue) = 102+207+77=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF4D is #9930B2. Grayscale: #A1A1A1. Windows color (decimal): -10039475 or 5099366. OLE color: 5099366.

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

Color convert

RGB 102 207 77 -
CMYK 0.51 0 0.63 0.19
HSL 108.46º 0.58% 0.56% -
HSV(B) 108.46º 0.63% 0.81% -
XYZ 29.13 47.99 14.75 -
YUV 160.79 80.71 86.07 -
System Red Green Blue C M Y K H S L
Decimal 102 207 77 0.51 0 0.63 0.19 108.46 0.58 0.56
Hex 66 CF 4D 33 0 3F 13 6C 3A 38
Octal 146 317 115 63 0 77 23 154 72 70
Binary 1100110 11001111 1001101 110011 0 111111 10011 1101100 111010 111000

Color Harmonies of #66CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF4D

Black with #66CF4D

Text Example


Text Example

White with #66CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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