Html Css Color HEX #75CA09 Christi

📋 copy color: '#75CA09'

red 117 ◦ green 202 ◦ blue 9

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

Shades of Christi #75CA09

Tints of Christi #75CA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.59%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 35.67%
G = 61.59%
B = 2.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#75CA09 (or 0x75CA09) is known color: Christi. HEX triplet: 75, CA and 09. RGB value is (117,202,9). Sum of RGB (Red+Green+Blue) = 117+202+9=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA09 is #8A35F6. Grayscale: #9B9B9B. Windows color (decimal): -9057783 or 641653. OLE color: 641653.

HSL color Cylindrical-coordinate representation of color #75CA09: hue angle of 86.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75CA09 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 9 -
CMYK 0.42 0 0.96 0.21
HSL 86.42º 0.91% 0.41% -
HSV(B) 86.42º 0.96% 0.79% -
XYZ 28.51 46.04 7.64 -
YUV 154.58 45.84 101.19 -
System Red Green Blue C M Y K H S L
Decimal 117 202 9 0.42 0 0.96 0.21 86.42 0.91 0.41
Hex 75 CA 9 2A 0 60 15 56 5B 29
Octal 165 312 11 52 0 140 25 126 133 51
Binary 1110101 11001010 1001 101010 0 1100000 10101 1010110 1011011 101001

Color Harmonies of #75CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA09

Black with #75CA09

Text Example


Text Example

White with #75CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,9); }

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

background-color css

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

 a { background-color: rgb(117,202,9); }

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

border-color css

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

 span { border-color: rgb(117,202,9); }

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