Html Css Color HEX #C0E690 Sulu

📋 copy color: '#C0E690'

red 192 ◦ green 230 ◦ blue 144

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

Shades of Sulu #C0E690

Tints of Sulu #C0E690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.64%

 BLUE value IS 144 (56.64% from 255) = 25.44%

R = 33.92%
G = 40.64%
B = 25.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#C0E690 (or 0xC0E690) is known color: Sulu. HEX triplet: C0, E6 and 90. RGB value is (192,230,144). Sum of RGB (Red+Green+Blue) = 192+230+144=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E690 is #3F196F. Grayscale: #D1D1D1. Windows color (decimal): -4135280 or 9496256. OLE color: 9496256.

HSL color Cylindrical-coordinate representation of color #C0E690: hue angle of 86.51º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0E690 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 144 -
CMYK 0.17 0 0.37 0.10
HSL 86.51º 0.63% 0.73% -
HSV(B) 86.51º 0.37% 0.9% -
XYZ 55.07 69.81 36.96 -
YUV 208.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 192 230 144 0.17 0 0.37 0.10 86.51 0.63 0.73
Hex C0 E6 90 11 0 25 A 57 3F 49
Octal 300 346 220 21 0 45 12 127 77 111
Binary 11000000 11100110 10010000 10001 0 100101 1010 1010111 111111 1001001

Color Harmonies of #C0E690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E690

Black with #C0E690

Text Example


Text Example

White with #C0E690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E690; }

 p { color: rgb(192,230,144); }

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

background-color css

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

 a { background-color: rgb(192,230,144); }

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

border-color css

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

 span { border-color: rgb(192,230,144); }

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