Html Css Color HEX #74CE06 Christi

📋 copy color: '#74CE06'

red 116 ◦ green 206 ◦ blue 6

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

Shades of Christi #74CE06

Tints of Christi #74CE06

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 206 (80.86% from 255) = 62.8%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 35.37%
G = 62.8%
B = 1.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#74CE06 (or 0x74CE06) is known color: Christi. HEX triplet: 74, CE and 06. RGB value is (116,206,6). Sum of RGB (Red+Green+Blue) = 116+206+6=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE06 is #8B31F9. Grayscale: #9C9C9C. Windows color (decimal): -9122298 or 446068. OLE color: 446068.

HSL color Cylindrical-coordinate representation of color #74CE06: hue angle of 87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74CE06 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 6 -
CMYK 0.44 0 0.97 0.19
HSL 87º 0.94% 0.42% -
HSV(B) 87º 0.97% 0.81% -
XYZ 29.31 47.87 7.87 -
YUV 156.29 43.18 99.26 -
System Red Green Blue C M Y K H S L
Decimal 116 206 6 0.44 0 0.97 0.19 87 0.94 0.42
Hex 74 CE 6 2C 0 61 13 57 5E 2A
Octal 164 316 6 54 0 141 23 127 136 52
Binary 1110100 11001110 110 101100 0 1100001 10011 1010111 1011110 101010

Color Harmonies of #74CE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE06

Black with #74CE06

Text Example


Text Example

White with #74CE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CE06; }

 p { color: rgb(116,206,6); }

 H1.HeaderClassName
 {
   color: #74CE06;
 }
 .AnyTagClassName
 {
   color: #74CE06;
 }
</style>

background-color css

<style>
 a { background-color: #74CE06; }

 a { background-color: rgb(116,206,6); }

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

border-color css

<style>
 span { border-color: #74CE06; }

 span { border-color: rgb(116,206,6); }

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