Html Css Color HEX #74C303 Christi

📋 copy color: '#74C303'

red 116 ◦ green 195 ◦ blue 3

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

Shades of Christi #74C303

Tints of Christi #74C303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.1%

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

R = 36.94%
G = 62.1%
B = 0.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#74C303 (or 0x74C303) is known color: Christi. HEX triplet: 74, C3 and 03. RGB value is (116,195,3). Sum of RGB (Red+Green+Blue) = 116+195+3=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #74C303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C303 is #8B3CFC. Grayscale: #969696. Windows color (decimal): -9125117 or 246644. OLE color: 246644.

HSL color Cylindrical-coordinate representation of color #74C303: hue angle of 84.69º 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 #74C303 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 3 -
CMYK 0.41 0 0.98 0.24
HSL 84.69º 0.97% 0.39% -
HSV(B) 84.69º 0.98% 0.76% -
XYZ 26.73 42.75 6.93 -
YUV 149.49 45.33 104.11 -
System Red Green Blue C M Y K H S L
Decimal 116 195 3 0.41 0 0.98 0.24 84.69 0.97 0.39
Hex 74 C3 3 29 0 62 18 55 61 27
Octal 164 303 3 51 0 142 30 125 141 47
Binary 1110100 11000011 11 101001 0 1100010 11000 1010101 1100001 100111

Color Harmonies of #74C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C303

Black with #74C303

Text Example


Text Example

White with #74C303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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