Html Css Color HEX #74BF09 Christi

📋 copy color: '#74BF09'

red 116 ◦ green 191 ◦ blue 9

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

Shades of Christi #74BF09

Tints of Christi #74BF09

RGB

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

 GREEN value IS 191 (75% from 255) = 60.44%

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

R = 36.71%
G = 60.44%
B = 2.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#74BF09 (or 0x74BF09) is known color: Christi. HEX triplet: 74, BF and 09. RGB value is (116,191,9). Sum of RGB (Red+Green+Blue) = 116+191+9=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BF09 is #8B40F6. Grayscale: #949494. Windows color (decimal): -9126135 or 638836. OLE color: 638836.

HSL color Cylindrical-coordinate representation of color #74BF09: hue angle of 84.73º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74BF09 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 9 -
CMYK 0.39 0 0.95 0.25
HSL 84.73º 0.91% 0.39% -
HSV(B) 84.73º 0.95% 0.75% -
XYZ 25.88 40.99 6.81 -
YUV 147.83 49.65 105.3 -
System Red Green Blue C M Y K H S L
Decimal 116 191 9 0.39 0 0.95 0.25 84.73 0.91 0.39
Hex 74 BF 9 27 0 5F 19 55 5B 27
Octal 164 277 11 47 0 137 31 125 133 47
Binary 1110100 10111111 1001 100111 0 1011111 11001 1010101 1011011 100111

Color Harmonies of #74BF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF09

Black with #74BF09

Text Example


Text Example

White with #74BF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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