Html Css Color HEX #75BC04 Christi

📋 copy color: '#75BC04'

red 117 ◦ green 188 ◦ blue 4

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

Shades of Christi #75BC04

Tints of Christi #75BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 37.86%
G = 60.84%
B = 1.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#75BC04 (or 0x75BC04) is known color: Christi. HEX triplet: 75, BC and 04. RGB value is (117,188,4). Sum of RGB (Red+Green+Blue) = 117+188+4=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC04 is #8A43FB. Grayscale: #929292. Windows color (decimal): -9061372 or 310389. OLE color: 310389.

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

Color convert

RGB 117 188 4 -
CMYK 0.38 0 0.98 0.26
HSL 83.15º 0.96% 0.38% -
HSV(B) 83.15º 0.98% 0.74% -
XYZ 25.34 39.76 6.45 -
YUV 145.8 47.98 107.46 -
System Red Green Blue C M Y K H S L
Decimal 117 188 4 0.38 0 0.98 0.26 83.15 0.96 0.38
Hex 75 BC 4 26 0 62 1A 53 60 26
Octal 165 274 4 46 0 142 32 123 140 46
Binary 1110101 10111100 100 100110 0 1100010 11010 1010011 1100000 100110

Color Harmonies of #75BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC04

Black with #75BC04

Text Example


Text Example

White with #75BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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