Html Css Color HEX #75C004 Christi

📋 copy color: '#75C004'

red 117 ◦ green 192 ◦ blue 4

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

Shades of Christi #75C004

Tints of Christi #75C004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

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

R = 37.38%
G = 61.34%
B = 1.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#75C004 (or 0x75C004) is known color: Christi. HEX triplet: 75, C0 and 04. RGB value is (117,192,4). Sum of RGB (Red+Green+Blue) = 117+192+4=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #75C004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C004 is #8A3FFB. Grayscale: #949494. Windows color (decimal): -9060348 or 311413. OLE color: 311413.

HSL color Cylindrical-coordinate representation of color #75C004: hue angle of 83.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75C004 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 4 -
CMYK 0.39 0 0.98 0.25
HSL 83.94º 0.96% 0.38% -
HSV(B) 83.94º 0.98% 0.75% -
XYZ 26.21 41.49 6.74 -
YUV 148.14 46.65 105.79 -
System Red Green Blue C M Y K H S L
Decimal 117 192 4 0.39 0 0.98 0.25 83.94 0.96 0.38
Hex 75 C0 4 27 0 62 19 54 60 26
Octal 165 300 4 47 0 142 31 124 140 46
Binary 1110101 11000000 100 100111 0 1100010 11001 1010100 1100000 100110

Color Harmonies of #75C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C004

Black with #75C004

Text Example


Text Example

White with #75C004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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