Html Css Color HEX #74C502 Christi

📋 copy color: '#74C502'

red 116 ◦ green 197 ◦ blue 2

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

Shades of Christi #74C502

Tints of Christi #74C502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.54%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 36.83%
G = 62.54%
B = 0.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#74C502 (or 0x74C502) is known color: Christi. HEX triplet: 74, C5 and 02. RGB value is (116,197,2). Sum of RGB (Red+Green+Blue) = 116+197+2=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #74C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C502 is #8B3AFD. Grayscale: #979797. Windows color (decimal): -9124606 or 181620. OLE color: 181620.

HSL color Cylindrical-coordinate representation of color #74C502: hue angle of 84.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74C502 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 2 -
CMYK 0.41 0 0.99 0.23
HSL 84.92º 0.98% 0.39% -
HSV(B) 84.92º 0.99% 0.77% -
XYZ 27.18 43.65 7.05 -
YUV 150.55 44.16 103.36 -
System Red Green Blue C M Y K H S L
Decimal 116 197 2 0.41 0 0.99 0.23 84.92 0.98 0.39
Hex 74 C5 2 29 0 63 17 55 62 27
Octal 164 305 2 51 0 143 27 125 142 47
Binary 1110100 11000101 10 101001 0 1100011 10111 1010101 1100010 100111

Color Harmonies of #74C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C502

Black with #74C502

Text Example


Text Example

White with #74C502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,197,2); }

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

background-color css

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

 a { background-color: rgb(116,197,2); }

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

border-color css

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

 span { border-color: rgb(116,197,2); }

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