Html Css Color HEX #74C203 Christi

📋 copy color: '#74C203'

red 116 ◦ green 194 ◦ blue 3

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

Shades of Christi #74C203

Tints of Christi #74C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.98%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 37.06%
G = 61.98%
B = 0.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#74C203 (or 0x74C203) is known color: Christi. HEX triplet: 74, C2 and 03. RGB value is (116,194,3). Sum of RGB (Red+Green+Blue) = 116+194+3=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #74C203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C203 is #8B3DFC. Grayscale: #959595. Windows color (decimal): -9125373 or 246388. OLE color: 246388.

HSL color Cylindrical-coordinate representation of color #74C203: hue angle of 84.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74C203 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 3 -
CMYK 0.40 0 0.98 0.24
HSL 84.5º 0.97% 0.39% -
HSV(B) 84.5º 0.98% 0.76% -
XYZ 26.51 42.3 6.85 -
YUV 148.9 45.66 104.53 -
System Red Green Blue C M Y K H S L
Decimal 116 194 3 0.40 0 0.98 0.24 84.5 0.97 0.39
Hex 74 C2 3 28 0 62 18 55 61 27
Octal 164 302 3 50 0 142 30 125 141 47
Binary 1110100 11000010 11 101000 0 1100010 11000 1010101 1100001 100111

Color Harmonies of #74C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C203

Black with #74C203

Text Example


Text Example

White with #74C203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,194,3); }

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

background-color css

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

 a { background-color: rgb(116,194,3); }

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

border-color css

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

 span { border-color: rgb(116,194,3); }

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