Html Css Color HEX #C0E175 Sulu

📋 copy color: '#C0E175'

red 192 ◦ green 225 ◦ blue 117

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

Shades of Sulu #C0E175

Tints of Sulu #C0E175

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

 GREEN value IS 225 (88.28% from 255) = 42.13%

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 35.96%
G = 42.13%
B = 21.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#C0E175 (or 0xC0E175) is known color: Sulu. HEX triplet: C0, E1 and 75. RGB value is (192,225,117). Sum of RGB (Red+Green+Blue) = 192+225+117=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E175 is #3F1E8A. Grayscale: #CBCBCB. Windows color (decimal): -4136587 or 7725504. OLE color: 7725504.

HSL color Cylindrical-coordinate representation of color #C0E175: hue angle of 78.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0E175 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 117 -
CMYK 0.15 0 0.48 0.12
HSL 78.33º 0.64% 0.67% -
HSV(B) 78.33º 0.48% 0.88% -
XYZ 51.87 66.34 26.9 -
YUV 202.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 192 225 117 0.15 0 0.48 0.12 78.33 0.64 0.67
Hex C0 E1 75 F 0 30 C 4E 40 43
Octal 300 341 165 17 0 60 14 116 100 103
Binary 11000000 11100001 1110101 1111 0 110000 1100 1001110 1000000 1000011

Color Harmonies of #C0E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E175

Black with #C0E175

Text Example


Text Example

White with #C0E175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E175; }

 p { color: rgb(192,225,117); }

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

background-color css

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

 a { background-color: rgb(192,225,117); }

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

border-color css

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

 span { border-color: rgb(192,225,117); }

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