Html Css Color HEX #75CD00 Christi

📋 copy color: '#75CD00'

red 117 ◦ green 205 ◦ blue 0

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

Shades of Christi #75CD00

Tints of Christi #75CD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.34%
G = 63.66%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#75CD00 (or 0x75CD00) is known color: Christi. HEX triplet: 75, CD and 00. RGB value is (117,205,0). Sum of RGB (Red+Green+Blue) = 117+205+0=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CD00 is #8A32FF. Grayscale: #9C9C9C. Windows color (decimal): -9057024 or 52597. OLE color: 52597.

HSL color Cylindrical-coordinate representation of color #75CD00: hue angle of 85.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75CD00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 205 0 -
CMYK 0.43 0 1 0.20
HSL 85.76º 1% 0.4% -
HSV(B) 85.76º 1% 0.8% -
XYZ 29.17 47.44 7.62 -
YUV 155.32 40.35 100.67 -
System Red Green Blue C M Y K H S L
Decimal 117 205 0 0.43 0 1 0.20 85.76 1 0.4
Hex 75 CD 0 2B 0 64 14 56 64 28
Octal 165 315 0 53 0 144 24 126 144 50
Binary 1110101 11001101 0 101011 0 1100100 10100 1010110 1100100 101000

Color Harmonies of #75CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CD00

Black with #75CD00

Text Example


Text Example

White with #75CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,205,0); }

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

background-color css

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

 a { background-color: rgb(117,205,0); }

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

border-color css

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

 span { border-color: rgb(117,205,0); }

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