Html Css Color HEX #74BD07 Christi

📋 copy color: '#74BD07'

red 116 ◦ green 189 ◦ blue 7

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

Shades of Christi #74BD07

Tints of Christi #74BD07

RGB

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

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

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

R = 37.18%
G = 60.58%
B = 2.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#74BD07 (or 0x74BD07) is known color: Christi. HEX triplet: 74, BD and 07. RGB value is (116,189,7). Sum of RGB (Red+Green+Blue) = 116+189+7=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD07 is #8B42F8. Grayscale: #939393. Windows color (decimal): -9126649 or 507252. OLE color: 507252.

HSL color Cylindrical-coordinate representation of color #74BD07: hue angle of 84.07º 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 #74BD07 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 7 -
CMYK 0.39 0 0.96 0.26
HSL 84.07º 0.93% 0.38% -
HSV(B) 84.07º 0.96% 0.74% -
XYZ 25.44 40.12 6.6 -
YUV 146.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 116 189 7 0.39 0 0.96 0.26 84.07 0.93 0.38
Hex 74 BD 7 27 0 60 1A 54 5D 26
Octal 164 275 7 47 0 140 32 124 135 46
Binary 1110100 10111101 111 100111 0 1100000 11010 1010100 1011101 100110

Color Harmonies of #74BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD07

Black with #74BD07

Text Example


Text Example

White with #74BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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