Html Css Color HEX #75CE05 Christi

📋 copy color: '#75CE05'

red 117 ◦ green 206 ◦ blue 5

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

Shades of Christi #75CE05

Tints of Christi #75CE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.8%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 35.67%
G = 62.8%
B = 1.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#75CE05 (or 0x75CE05) is known color: Christi. HEX triplet: 75, CE and 05. RGB value is (117,206,5). Sum of RGB (Red+Green+Blue) = 117+206+5=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE05 is #8A31FA. Grayscale: #9D9D9D. Windows color (decimal): -9056763 or 380533. OLE color: 380533.

HSL color Cylindrical-coordinate representation of color #75CE05: hue angle of 86.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75CE05 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 5 -
CMYK 0.43 0 0.98 0.19
HSL 86.57º 0.95% 0.41% -
HSV(B) 86.57º 0.98% 0.81% -
XYZ 29.43 47.94 7.84 -
YUV 156.48 42.51 99.84 -
System Red Green Blue C M Y K H S L
Decimal 117 206 5 0.43 0 0.98 0.19 86.57 0.95 0.41
Hex 75 CE 5 2B 0 62 13 57 5F 29
Octal 165 316 5 53 0 142 23 127 137 51
Binary 1110101 11001110 101 101011 0 1100010 10011 1010111 1011111 101001

Color Harmonies of #75CE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE05

Black with #75CE05

Text Example


Text Example

White with #75CE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,5); }

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

background-color css

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

 a { background-color: rgb(117,206,5); }

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

border-color css

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

 span { border-color: rgb(117,206,5); }

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