Html Css Color HEX #75C804 Christi

📋 copy color: '#75C804'

red 117 ◦ green 200 ◦ blue 4

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

Shades of Christi #75C804

Tints of Christi #75C804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.31%

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

R = 36.45%
G = 62.31%
B = 1.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#75C804 (or 0x75C804) is known color: Christi. HEX triplet: 75, C8 and 04. RGB value is (117,200,4). Sum of RGB (Red+Green+Blue) = 117+200+4=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #75C804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C804 is #8A37FB. Grayscale: #999999. Windows color (decimal): -9058300 or 313461. OLE color: 313461.

HSL color Cylindrical-coordinate representation of color #75C804: hue angle of 85.41º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75C804 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 4 -
CMYK 0.42 0 0.98 0.22
HSL 85.41º 0.96% 0.4% -
HSV(B) 85.41º 0.98% 0.78% -
XYZ 28.01 45.1 7.34 -
YUV 152.84 44 102.44 -
System Red Green Blue C M Y K H S L
Decimal 117 200 4 0.42 0 0.98 0.22 85.41 0.96 0.4
Hex 75 C8 4 2A 0 62 16 55 60 28
Octal 165 310 4 52 0 142 26 125 140 50
Binary 1110101 11001000 100 101010 0 1100010 10110 1010101 1100000 101000

Color Harmonies of #75C804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C804

Black with #75C804

Text Example


Text Example

White with #75C804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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