Html Css Color HEX #75CA04 Christi

📋 copy color: '#75CA04'

red 117 ◦ green 202 ◦ blue 4

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

Shades of Christi #75CA04

Tints of Christi #75CA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.54%

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

R = 36.22%
G = 62.54%
B = 1.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#75CA04 (or 0x75CA04) is known color: Christi. HEX triplet: 75, CA and 04. RGB value is (117,202,4). Sum of RGB (Red+Green+Blue) = 117+202+4=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA04 is #8A35FB. Grayscale: #9A9A9A. Windows color (decimal): -9057788 or 313973. OLE color: 313973.

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

Color convert

RGB 117 202 4 -
CMYK 0.42 0 0.98 0.21
HSL 85.76º 0.96% 0.4% -
HSV(B) 85.76º 0.98% 0.79% -
XYZ 28.48 46.03 7.5 -
YUV 154.01 43.34 101.6 -
System Red Green Blue C M Y K H S L
Decimal 117 202 4 0.42 0 0.98 0.21 85.76 0.96 0.4
Hex 75 CA 4 2A 0 62 15 56 60 28
Octal 165 312 4 52 0 142 25 126 140 50
Binary 1110101 11001010 100 101010 0 1100010 10101 1010110 1100000 101000

Color Harmonies of #75CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA04

Black with #75CA04

Text Example


Text Example

White with #75CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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