Html Css Color HEX #C0E394 Sulu

📋 copy color: '#C0E394'

red 192 ◦ green 227 ◦ blue 148

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

Shades of Sulu #C0E394

Tints of Sulu #C0E394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.04%

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 33.86%
G = 40.04%
B = 26.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#C0E394 (or 0xC0E394) is known color: Sulu. HEX triplet: C0, E3 and 94. RGB value is (192,227,148). Sum of RGB (Red+Green+Blue) = 192+227+148=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E394 is #3F1C6B. Grayscale: #CFCFCF. Windows color (decimal): -4136044 or 9757632. OLE color: 9757632.

HSL color Cylindrical-coordinate representation of color #C0E394: hue angle of 86.58º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0E394 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 148 -
CMYK 0.15 0 0.35 0.11
HSL 86.58º 0.59% 0.74% -
HSV(B) 86.58º 0.35% 0.89% -
XYZ 54.55 68.28 38.32 -
YUV 207.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 192 227 148 0.15 0 0.35 0.11 86.58 0.59 0.74
Hex C0 E3 94 F 0 23 B 57 3B 4A
Octal 300 343 224 17 0 43 13 127 73 112
Binary 11000000 11100011 10010100 1111 0 100011 1011 1010111 111011 1001010

Color Harmonies of #C0E394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E394

Black with #C0E394

Text Example


Text Example

White with #C0E394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E394; }

 p { color: rgb(192,227,148); }

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

background-color css

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

 a { background-color: rgb(192,227,148); }

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

border-color css

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

 span { border-color: rgb(192,227,148); }

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