Html Css Color HEX #74B702 Christi

📋 copy color: '#74B702'

red 116 ◦ green 183 ◦ blue 2

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

Shades of Christi #74B702

Tints of Christi #74B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.8%

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

R = 38.54%
G = 60.8%
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

#74B702 (or 0x74B702) is known color: Christi. HEX triplet: 74, B7 and 02. RGB value is (116,183,2). Sum of RGB (Red+Green+Blue) = 116+183+2=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #74B702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B702 is #8B48FD. Grayscale: #8E8E8E. Windows color (decimal): -9128190 or 178036. OLE color: 178036.

HSL color Cylindrical-coordinate representation of color #74B702: hue angle of 82.21º 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 #74B702 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 2 -
CMYK 0.37 0 0.99 0.28
HSL 82.21º 0.98% 0.36% -
HSV(B) 82.21º 0.99% 0.72% -
XYZ 24.15 37.58 6.04 -
YUV 142.33 48.8 109.22 -
System Red Green Blue C M Y K H S L
Decimal 116 183 2 0.37 0 0.99 0.28 82.21 0.98 0.36
Hex 74 B7 2 25 0 63 1C 52 62 24
Octal 164 267 2 45 0 143 34 122 142 44
Binary 1110100 10110111 10 100101 0 1100011 11100 1010010 1100010 100100

Color Harmonies of #74B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B702

Black with #74B702

Text Example


Text Example

White with #74B702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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