Html Css Color HEX #75C70E Christi

📋 copy color: '#75C70E'

red 117 ◦ green 199 ◦ blue 14

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

Shades of Christi #75C70E

Tints of Christi #75C70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.3%

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 35.45%
G = 60.3%
B = 4.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#75C70E (or 0x75C70E) is known color: Christi. HEX triplet: 75, C7 and 0E. RGB value is (117,199,14). Sum of RGB (Red+Green+Blue) = 117+199+14=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #75C70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C70E is #8A38F1. Grayscale: #9A9A9A. Windows color (decimal): -9058546 or 968565. OLE color: 968565.

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

Color convert

RGB 117 199 14 -
CMYK 0.41 0 0.93 0.22
HSL 86.59º 0.87% 0.42% -
HSV(B) 86.59º 0.93% 0.78% -
XYZ 27.84 44.66 7.57 -
YUV 153.39 49.33 102.04 -
System Red Green Blue C M Y K H S L
Decimal 117 199 14 0.41 0 0.93 0.22 86.59 0.87 0.42
Hex 75 C7 E 29 0 5D 16 57 57 2A
Octal 165 307 16 51 0 135 26 127 127 52
Binary 1110101 11000111 1110 101001 0 1011101 10110 1010111 1010111 101010

Color Harmonies of #75C70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C70E

Black with #75C70E

Text Example


Text Example

White with #75C70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,199,14); }

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

background-color css

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

 a { background-color: rgb(117,199,14); }

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

border-color css

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

 span { border-color: rgb(117,199,14); }

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