Html Css Color HEX #75C605 Christi

📋 copy color: '#75C605'

red 117 ◦ green 198 ◦ blue 5

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

Shades of Christi #75C605

Tints of Christi #75C605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.88%

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

R = 36.56%
G = 61.88%
B = 1.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#75C605 (or 0x75C605) is known color: Christi. HEX triplet: 75, C6 and 05. RGB value is (117,198,5). Sum of RGB (Red+Green+Blue) = 117+198+5=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 198 (77.73% from 255 or 61.88% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 198 - color contains mainly: green. Hex color #75C605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C605 is #8A39FA. Grayscale: #989898. Windows color (decimal): -9058811 or 378485. OLE color: 378485.

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

Color convert

RGB 117 198 5 -
CMYK 0.41 0 0.97 0.22
HSL 85.18º 0.95% 0.4% -
HSV(B) 85.18º 0.97% 0.78% -
XYZ 27.56 44.18 7.22 -
YUV 151.78 45.16 103.19 -
System Red Green Blue C M Y K H S L
Decimal 117 198 5 0.41 0 0.97 0.22 85.18 0.95 0.4
Hex 75 C6 5 29 0 61 16 55 5F 28
Octal 165 306 5 51 0 141 26 125 137 50
Binary 1110101 11000110 101 101001 0 1100001 10110 1010101 1011111 101000

Color Harmonies of #75C605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C605

Black with #75C605

Text Example


Text Example

White with #75C605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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