Html Css Color HEX #74BC15 Christi

📋 copy color: '#74BC15'

red 116 ◦ green 188 ◦ blue 21

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

Shades of Christi #74BC15

Tints of Christi #74BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 35.69%
G = 57.85%
B = 6.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#74BC15 (or 0x74BC15) is known color: Christi. HEX triplet: 74, BC and 15. RGB value is (116,188,21). Sum of RGB (Red+Green+Blue) = 116+188+21=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC15 is #8B43EA. Grayscale: #949494. Windows color (decimal): -9126891 or 1424500. OLE color: 1424500.

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

Color convert

RGB 116 188 21 -
CMYK 0.38 0 0.89 0.26
HSL 85.87º 0.8% 0.41% -
HSV(B) 85.87º 0.89% 0.74% -
XYZ 25.32 39.73 7.04 -
YUV 147.43 56.65 105.58 -
System Red Green Blue C M Y K H S L
Decimal 116 188 21 0.38 0 0.89 0.26 85.87 0.8 0.41
Hex 74 BC 15 26 0 59 1A 56 50 29
Octal 164 274 25 46 0 131 32 126 120 51
Binary 1110100 10111100 10101 100110 0 1011001 11010 1010110 1010000 101001

Color Harmonies of #74BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC15

Black with #74BC15

Text Example


Text Example

White with #74BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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