Html Css Color HEX #74BC07 Christi

📋 copy color: '#74BC07'

red 116 ◦ green 188 ◦ blue 7

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

Shades of Christi #74BC07

Tints of Christi #74BC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.45%

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 37.3%
G = 60.45%
B = 2.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#74BC07 (or 0x74BC07) is known color: Christi. HEX triplet: 74, BC and 07. RGB value is (116,188,7). Sum of RGB (Red+Green+Blue) = 116+188+7=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC07 is #8B43F8. Grayscale: #929292. Windows color (decimal): -9126905 or 506996. OLE color: 506996.

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

Color convert

RGB 116 188 7 -
CMYK 0.38 0 0.96 0.26
HSL 83.87º 0.93% 0.38% -
HSV(B) 83.87º 0.96% 0.74% -
XYZ 25.22 39.69 6.53 -
YUV 145.84 49.65 106.72 -
System Red Green Blue C M Y K H S L
Decimal 116 188 7 0.38 0 0.96 0.26 83.87 0.93 0.38
Hex 74 BC 7 26 0 60 1A 54 5D 26
Octal 164 274 7 46 0 140 32 124 135 46
Binary 1110100 10111100 111 100110 0 1100000 11010 1010100 1011101 100110

Color Harmonies of #74BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC07

Black with #74BC07

Text Example


Text Example

White with #74BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,7); }

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

background-color css

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

 a { background-color: rgb(116,188,7); }

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

border-color css

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

 span { border-color: rgb(116,188,7); }

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