Html Css Color HEX #66B30F Christi

📋 copy color: '#66B30F'

red 102 ◦ green 179 ◦ blue 15

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

Shades of Christi #66B30F

Tints of Christi #66B30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.47%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 34.46%
G = 60.47%
B = 5.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#66B30F (or 0x66B30F) is known color: Christi. HEX triplet: 66, B3 and 0F. RGB value is (102,179,15). Sum of RGB (Red+Green+Blue) = 102+179+15=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #66B30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B30F is #994CF0. Grayscale: #898989. Windows color (decimal): -10046705 or 1028966. OLE color: 1028966.

HSL color Cylindrical-coordinate representation of color #66B30F: hue angle of 88.17º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66B30F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 15 -
CMYK 0.43 0 0.92 0.30
HSL 88.17º 0.85% 0.38% -
HSV(B) 88.17º 0.92% 0.7% -
XYZ 21.69 35.1 6.08 -
YUV 137.28 58.99 102.84 -
System Red Green Blue C M Y K H S L
Decimal 102 179 15 0.43 0 0.92 0.30 88.17 0.85 0.38
Hex 66 B3 F 2B 0 5C 1E 58 55 26
Octal 146 263 17 53 0 134 36 130 125 46
Binary 1100110 10110011 1111 101011 0 1011100 11110 1011000 1010101 100110

Color Harmonies of #66B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B30F

Black with #66B30F

Text Example


Text Example

White with #66B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,15); }

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

background-color css

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

 a { background-color: rgb(102,179,15); }

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

border-color css

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

 span { border-color: rgb(102,179,15); }

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