Html Css Color HEX #66C015 Christi

📋 copy color: '#66C015'

red 102 ◦ green 192 ◦ blue 21

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

Shades of Christi #66C015

Tints of Christi #66C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 32.38%
G = 60.95%
B = 6.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#66C015 (or 0x66C015) is known color: Christi. HEX triplet: 66, C0 and 15. RGB value is (102,192,21). Sum of RGB (Red+Green+Blue) = 102+192+21=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #66C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C015 is #993FEA. Grayscale: #929292. Windows color (decimal): -10043371 or 1425510. OLE color: 1425510.

HSL color Cylindrical-coordinate representation of color #66C015: hue angle of 91.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66C015 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 21 -
CMYK 0.47 0 0.89 0.25
HSL 91.58º 0.8% 0.42% -
HSV(B) 91.58º 0.89% 0.75% -
XYZ 24.46 40.58 7.25 -
YUV 145.6 57.68 96.9 -
System Red Green Blue C M Y K H S L
Decimal 102 192 21 0.47 0 0.89 0.25 91.58 0.8 0.42
Hex 66 C0 15 2F 0 59 19 5C 50 2A
Octal 146 300 25 57 0 131 31 134 120 52
Binary 1100110 11000000 10101 101111 0 1011001 11001 1011100 1010000 101010

Color Harmonies of #66C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C015

Black with #66C015

Text Example


Text Example

White with #66C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,192,21); }

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

background-color css

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

 a { background-color: rgb(102,192,21); }

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

border-color css

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

 span { border-color: rgb(102,192,21); }

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