Html Css Color HEX #74CE0A Christi

📋 copy color: '#74CE0A'

red 116 ◦ green 206 ◦ blue 10

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

Shades of Christi #74CE0A

Tints of Christi #74CE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 34.94%
G = 62.05%
B = 3.01%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#74CE0A (or 0x74CE0A) is known color: Christi. HEX triplet: 74, CE and 0A. RGB value is (116,206,10). Sum of RGB (Red+Green+Blue) = 116+206+10=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE0A is #8B31F5. Grayscale: #9D9D9D. Windows color (decimal): -9122294 or 708212. OLE color: 708212.

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

Color convert

RGB 116 206 10 -
CMYK 0.44 0 0.95 0.19
HSL 87.55º 0.91% 0.42% -
HSV(B) 87.55º 0.95% 0.81% -
XYZ 29.33 47.88 7.98 -
YUV 156.75 45.18 98.94 -
System Red Green Blue C M Y K H S L
Decimal 116 206 10 0.44 0 0.95 0.19 87.55 0.91 0.42
Hex 74 CE A 2C 0 5F 13 58 5B 2A
Octal 164 316 12 54 0 137 23 130 133 52
Binary 1110100 11001110 1010 101100 0 1011111 10011 1011000 1011011 101010

Color Harmonies of #74CE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE0A

Black with #74CE0A

Text Example


Text Example

White with #74CE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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