Html Css Color HEX #66BC01 Christi

📋 copy color: '#66BC01'

red 102 ◦ green 188 ◦ blue 1

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

Shades of Christi #66BC01

Tints of Christi #66BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.6%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 35.05%
G = 64.6%
B = 0.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#66BC01 (or 0x66BC01) is known color: Christi. HEX triplet: 66, BC and 01. RGB value is (102,188,1). Sum of RGB (Red+Green+Blue) = 102+188+1=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BC01 is #9943FE. Grayscale: #8D8D8D. Windows color (decimal): -10044415 or 113766. OLE color: 113766.

HSL color Cylindrical-coordinate representation of color #66BC01: hue angle of 87.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66BC01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 1 -
CMYK 0.46 0 0.99 0.26
HSL 87.59º 0.99% 0.37% -
HSV(B) 87.59º 0.99% 0.74% -
XYZ 23.47 38.79 6.28 -
YUV 140.97 49.01 100.21 -
System Red Green Blue C M Y K H S L
Decimal 102 188 1 0.46 0 0.99 0.26 87.59 0.99 0.37
Hex 66 BC 1 2E 0 63 1A 58 63 25
Octal 146 274 1 56 0 143 32 130 143 45
Binary 1100110 10111100 1 101110 0 1100011 11010 1011000 1100011 100101

Color Harmonies of #66BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC01

Black with #66BC01

Text Example


Text Example

White with #66BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,1); }

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

background-color css

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

 a { background-color: rgb(102,188,1); }

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

border-color css

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

 span { border-color: rgb(102,188,1); }

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