Html Css Color HEX #66CF1C Kelly Green

📋 copy color: '#66CF1C'

red 102 ◦ green 207 ◦ blue 28

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

Shades of Kelly Green #66CF1C

Tints of Kelly Green #66CF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 30.27%
G = 61.42%
B = 8.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#66CF1C (or 0x66CF1C) is known color: Kelly Green. HEX triplet: 66, CF and 1C. RGB value is (102,207,28). Sum of RGB (Red+Green+Blue) = 102+207+28=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF1C is #9930E3. Grayscale: #9B9B9B. Windows color (decimal): -10039524 or 1888102. OLE color: 1888102.

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

Color convert

RGB 102 207 28 -
CMYK 0.51 0 0.86 0.19
HSL 95.2º 0.76% 0.46% -
HSV(B) 95.2º 0.86% 0.81% -
XYZ 28 47.53 8.8 -
YUV 155.2 56.21 90.05 -
System Red Green Blue C M Y K H S L
Decimal 102 207 28 0.51 0 0.86 0.19 95.2 0.76 0.46
Hex 66 CF 1C 33 0 56 13 5F 4C 2E
Octal 146 317 34 63 0 126 23 137 114 56
Binary 1100110 11001111 11100 110011 0 1010110 10011 1011111 1001100 101110

Color Harmonies of #66CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF1C

Black with #66CF1C

Text Example


Text Example

White with #66CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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