Html Css Color HEX #75C305 Christi

📋 copy color: '#75C305'

red 117 ◦ green 195 ◦ blue 5

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

Shades of Christi #75C305

Tints of Christi #75C305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 36.91%
G = 61.51%
B = 1.58%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#75C305 (or 0x75C305) is known color: Christi. HEX triplet: 75, C3 and 05. RGB value is (117,195,5). Sum of RGB (Red+Green+Blue) = 117+195+5=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #75C305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C305 is #8A3CFA. Grayscale: #969696. Windows color (decimal): -9059579 or 377717. OLE color: 377717.

HSL color Cylindrical-coordinate representation of color #75C305: hue angle of 84.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C305 is Cyan = 0.4, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 5 -
CMYK 0.4 0 0.97 0.24
HSL 84.63º 0.95% 0.39% -
HSV(B) 84.63º 0.97% 0.76% -
XYZ 26.88 42.82 6.99 -
YUV 150.02 46.16 104.45 -
System Red Green Blue C M Y K H S L
Decimal 117 195 5 0.4 0 0.97 0.24 84.63 0.95 0.39
Hex 75 C3 5 28 0 61 18 55 5F 27
Octal 165 303 5 50 0 141 30 125 137 47
Binary 1110101 11000011 101 101000 0 1100001 11000 1010101 1011111 100111

Color Harmonies of #75C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C305

Black with #75C305

Text Example


Text Example

White with #75C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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