Html Css Color HEX #75C304 Christi

📋 copy color: '#75C304'

red 117 ◦ green 195 ◦ blue 4

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

Shades of Christi #75C304

Tints of Christi #75C304

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 37.03%
G = 61.71%
B = 1.27%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#75C304 (or 0x75C304) is known color: Christi. HEX triplet: 75, C3 and 04. RGB value is (117,195,4). Sum of RGB (Red+Green+Blue) = 117+195+4=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #75C304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C304 is #8A3CFB. Grayscale: #969696. Windows color (decimal): -9059580 or 312181. OLE color: 312181.

HSL color Cylindrical-coordinate representation of color #75C304: hue angle of 84.5º degrees, saturation: 0.96, 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 #75C304 is Cyan = 0.4, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 4 -
CMYK 0.4 0 0.98 0.24
HSL 84.5º 0.96% 0.39% -
HSV(B) 84.5º 0.98% 0.76% -
XYZ 26.87 42.82 6.96 -
YUV 149.9 45.66 104.53 -
System Red Green Blue C M Y K H S L
Decimal 117 195 4 0.4 0 0.98 0.24 84.5 0.96 0.39
Hex 75 C3 4 28 0 62 18 55 60 27
Octal 165 303 4 50 0 142 30 125 140 47
Binary 1110101 11000011 100 101000 0 1100010 11000 1010101 1100000 100111

Color Harmonies of #75C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C304

Black with #75C304

Text Example


Text Example

White with #75C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C304; }

 p { color: rgb(117,195,4); }

 H1.HeaderClassName
 {
   color: #75C304;
 }
 .AnyTagClassName
 {
   color: #75C304;
 }
</style>

background-color css

<style>
 a { background-color: #75C304; }

 a { background-color: rgb(117,195,4); }

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

border-color css

<style>
 span { border-color: #75C304; }

 span { border-color: rgb(117,195,4); }

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