Html Css Color HEX #75C10B Christi

📋 copy color: '#75C10B'

red 117 ◦ green 193 ◦ blue 11

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

Shades of Christi #75C10B

Tints of Christi #75C10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.12%

 BLUE value IS 11 (4.69% from 255) = 3.43%

R = 36.45%
G = 60.12%
B = 3.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#75C10B (or 0x75C10B) is known color: Christi. HEX triplet: 75, C1 and 0B. RGB value is (117,193,11). Sum of RGB (Red+Green+Blue) = 117+193+11=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #75C10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C10B is #8A3EF4. Grayscale: #969696. Windows color (decimal): -9060085 or 770421. OLE color: 770421.

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

Color convert

RGB 117 193 11 -
CMYK 0.39 0 0.94 0.24
HSL 85.05º 0.89% 0.4% -
HSV(B) 85.05º 0.94% 0.76% -
XYZ 26.47 41.95 7.02 -
YUV 149.53 49.82 104.8 -
System Red Green Blue C M Y K H S L
Decimal 117 193 11 0.39 0 0.94 0.24 85.05 0.89 0.4
Hex 75 C1 B 27 0 5E 18 55 59 28
Octal 165 301 13 47 0 136 30 125 131 50
Binary 1110101 11000001 1011 100111 0 1011110 11000 1010101 1011001 101000

Color Harmonies of #75C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C10B

Black with #75C10B

Text Example


Text Example

White with #75C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,11); }

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

background-color css

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

 a { background-color: rgb(117,193,11); }

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

border-color css

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

 span { border-color: rgb(117,193,11); }

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