Html Css Color HEX #74B80F Christi

📋 copy color: '#74B80F'

red 116 ◦ green 184 ◦ blue 15

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

Shades of Christi #74B80F

Tints of Christi #74B80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 36.83%
G = 58.41%
B = 4.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#74B80F (or 0x74B80F) is known color: Christi. HEX triplet: 74, B8 and 0F. RGB value is (116,184,15). Sum of RGB (Red+Green+Blue) = 116+184+15=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #74B80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B80F is #8B47F0. Grayscale: #919191. Windows color (decimal): -9127921 or 1030260. OLE color: 1030260.

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

Color convert

RGB 116 184 15 -
CMYK 0.37 0 0.92 0.28
HSL 84.14º 0.85% 0.39% -
HSV(B) 84.14º 0.92% 0.72% -
XYZ 24.43 38.03 6.5 -
YUV 144.4 54.97 107.74 -
System Red Green Blue C M Y K H S L
Decimal 116 184 15 0.37 0 0.92 0.28 84.14 0.85 0.39
Hex 74 B8 F 25 0 5C 1C 54 55 27
Octal 164 270 17 45 0 134 34 124 125 47
Binary 1110100 10111000 1111 100101 0 1011100 11100 1010100 1010101 100111

Color Harmonies of #74B80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B80F

Black with #74B80F

Text Example


Text Example

White with #74B80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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