Html Css Color HEX #74BB04 Christi

📋 copy color: '#74BB04'

red 116 ◦ green 187 ◦ blue 4

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

Shades of Christi #74BB04

Tints of Christi #74BB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.91%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 37.79%
G = 60.91%
B = 1.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#74BB04 (or 0x74BB04) is known color: Christi. HEX triplet: 74, BB and 04. RGB value is (116,187,4). Sum of RGB (Red+Green+Blue) = 116+187+4=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BB04 is #8B44FB. Grayscale: #919191. Windows color (decimal): -9127164 or 310132. OLE color: 310132.

HSL color Cylindrical-coordinate representation of color #74BB04: hue angle of 83.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74BB04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 4 -
CMYK 0.38 0 0.98 0.27
HSL 83.28º 0.96% 0.37% -
HSV(B) 83.28º 0.98% 0.73% -
XYZ 24.99 39.26 6.38 -
YUV 144.91 48.48 107.38 -
System Red Green Blue C M Y K H S L
Decimal 116 187 4 0.38 0 0.98 0.27 83.28 0.96 0.37
Hex 74 BB 4 26 0 62 1B 53 60 25
Octal 164 273 4 46 0 142 33 123 140 45
Binary 1110100 10111011 100 100110 0 1100010 11011 1010011 1100000 100101

Color Harmonies of #74BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB04

Black with #74BB04

Text Example


Text Example

White with #74BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,187,4); }

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

background-color css

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

 a { background-color: rgb(116,187,4); }

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

border-color css

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

 span { border-color: rgb(116,187,4); }

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