Html Css Color HEX #74B802 Christi

📋 copy color: '#74B802'

red 116 ◦ green 184 ◦ blue 2

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

Shades of Christi #74B802

Tints of Christi #74B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.93%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 38.41%
G = 60.93%
B = 0.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#74B802 (or 0x74B802) is known color: Christi. HEX triplet: 74, B8 and 02. RGB value is (116,184,2). Sum of RGB (Red+Green+Blue) = 116+184+2=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #74B802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B802 is #8B47FD. Grayscale: #8F8F8F. Windows color (decimal): -9127934 or 178292. OLE color: 178292.

HSL color Cylindrical-coordinate representation of color #74B802: hue angle of 82.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74B802 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 2 -
CMYK 0.37 0 0.99 0.28
HSL 82.42º 0.98% 0.36% -
HSV(B) 82.42º 0.99% 0.72% -
XYZ 24.35 38 6.11 -
YUV 142.92 48.47 108.8 -
System Red Green Blue C M Y K H S L
Decimal 116 184 2 0.37 0 0.99 0.28 82.42 0.98 0.36
Hex 74 B8 2 25 0 63 1C 52 62 24
Octal 164 270 2 45 0 143 34 122 142 44
Binary 1110100 10111000 10 100101 0 1100011 11100 1010010 1100010 100100

Color Harmonies of #74B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B802

Black with #74B802

Text Example


Text Example

White with #74B802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,184,2); }

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

background-color css

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

 a { background-color: rgb(116,184,2); }

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

border-color css

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

 span { border-color: rgb(116,184,2); }

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