Html Css Color HEX #74BD0B Christi

📋 copy color: '#74BD0B'

red 116 ◦ green 189 ◦ blue 11

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

Shades of Christi #74BD0B

Tints of Christi #74BD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.81%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 36.71%
G = 59.81%
B = 3.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#74BD0B (or 0x74BD0B) is known color: Christi. HEX triplet: 74, BD and 0B. RGB value is (116,189,11). Sum of RGB (Red+Green+Blue) = 116+189+11=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD0B is #8B42F4. Grayscale: #939393. Windows color (decimal): -9126645 or 769396. OLE color: 769396.

HSL color Cylindrical-coordinate representation of color #74BD0B: hue angle of 84.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74BD0B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 11 -
CMYK 0.39 0 0.94 0.26
HSL 84.61º 0.89% 0.39% -
HSV(B) 84.61º 0.94% 0.74% -
XYZ 25.46 40.13 6.72 -
YUV 146.88 51.32 105.97 -
System Red Green Blue C M Y K H S L
Decimal 116 189 11 0.39 0 0.94 0.26 84.61 0.89 0.39
Hex 74 BD B 27 0 5E 1A 55 59 27
Octal 164 275 13 47 0 136 32 125 131 47
Binary 1110100 10111101 1011 100111 0 1011110 11010 1010101 1011001 100111

Color Harmonies of #74BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD0B

Black with #74BD0B

Text Example


Text Example

White with #74BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,11); }

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

background-color css

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

 a { background-color: rgb(116,189,11); }

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

border-color css

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

 span { border-color: rgb(116,189,11); }

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