Html Css Color HEX #75D008 Christi

📋 copy color: '#75D008'

red 117 ◦ green 208 ◦ blue 8

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

Shades of Christi #75D008

Tints of Christi #75D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.46%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 35.14%
G = 62.46%
B = 2.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#75D008 (or 0x75D008) is known color: Christi. HEX triplet: 75, D0 and 08. RGB value is (117,208,8). Sum of RGB (Red+Green+Blue) = 117+208+8=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #75D008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D008 is #8A2FF7. Grayscale: #9E9E9E. Windows color (decimal): -9056248 or 577653. OLE color: 577653.

HSL color Cylindrical-coordinate representation of color #75D008: hue angle of 87.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75D008 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 8 -
CMYK 0.44 0 0.96 0.18
HSL 87.3º 0.93% 0.42% -
HSV(B) 87.3º 0.96% 0.82% -
XYZ 29.94 48.91 8.09 -
YUV 157.99 43.35 98.76 -
System Red Green Blue C M Y K H S L
Decimal 117 208 8 0.44 0 0.96 0.18 87.3 0.93 0.42
Hex 75 D0 8 2C 0 60 12 57 5D 2A
Octal 165 320 10 54 0 140 22 127 135 52
Binary 1110101 11010000 1000 101100 0 1100000 10010 1010111 1011101 101010

Color Harmonies of #75D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D008

Black with #75D008

Text Example


Text Example

White with #75D008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,8); }

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

background-color css

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

 a { background-color: rgb(117,208,8); }

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

border-color css

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

 span { border-color: rgb(117,208,8); }

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