Html Css Color HEX #C0E18D Sulu

📋 copy color: '#C0E18D'

red 192 ◦ green 225 ◦ blue 141

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

Shades of Sulu #C0E18D

Tints of Sulu #C0E18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.27%

R = 34.41%
G = 40.32%
B = 25.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#C0E18D (or 0xC0E18D) is known color: Sulu. HEX triplet: C0, E1 and 8D. RGB value is (192,225,141). Sum of RGB (Red+Green+Blue) = 192+225+141=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E18D is #3F1E72. Grayscale: #CDCDCD. Windows color (decimal): -4136563 or 9298368. OLE color: 9298368.

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

Color convert

RGB 192 225 141 -
CMYK 0.15 0 0.37 0.12
HSL 83.57º 0.58% 0.72% -
HSV(B) 83.57º 0.37% 0.88% -
XYZ 53.47 66.98 35.31 -
YUV 205.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 192 225 141 0.15 0 0.37 0.12 83.57 0.58 0.72
Hex C0 E1 8D F 0 25 C 54 3A 48
Octal 300 341 215 17 0 45 14 124 72 110
Binary 11000000 11100001 10001101 1111 0 100101 1100 1010100 111010 1001000

Color Harmonies of #C0E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E18D

Black with #C0E18D

Text Example


Text Example

White with #C0E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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