Html Css Color HEX #74CF09 Christi

📋 copy color: '#74CF09'

red 116 ◦ green 207 ◦ blue 9

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

Shades of Christi #74CF09

Tints of Christi #74CF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.35%

 BLUE value IS 9 (3.91% from 255) = 2.71%

R = 34.94%
G = 62.35%
B = 2.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#74CF09 (or 0x74CF09) is known color: Christi. HEX triplet: 74, CF and 09. RGB value is (116,207,9). Sum of RGB (Red+Green+Blue) = 116+207+9=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF09 is #8B30F6. Grayscale: #9D9D9D. Windows color (decimal): -9122039 or 642932. OLE color: 642932.

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

Color convert

RGB 116 207 9 -
CMYK 0.44 0 0.96 0.19
HSL 87.58º 0.92% 0.42% -
HSV(B) 87.58º 0.96% 0.81% -
XYZ 29.56 48.36 8.03 -
YUV 157.22 44.35 98.6 -
System Red Green Blue C M Y K H S L
Decimal 116 207 9 0.44 0 0.96 0.19 87.58 0.92 0.42
Hex 74 CF 9 2C 0 60 13 58 5C 2A
Octal 164 317 11 54 0 140 23 130 134 52
Binary 1110100 11001111 1001 101100 0 1100000 10011 1011000 1011100 101010

Color Harmonies of #74CF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF09

Black with #74CF09

Text Example


Text Example

White with #74CF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,9); }

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

background-color css

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

 a { background-color: rgb(116,207,9); }

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

border-color css

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

 span { border-color: rgb(116,207,9); }

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