Html Css Color HEX #C0E680 Sulu

📋 copy color: '#C0E680'

red 192 ◦ green 230 ◦ blue 128

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

Shades of Sulu #C0E680

Tints of Sulu #C0E680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.27%

R = 34.91%
G = 41.82%
B = 23.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#C0E680 (or 0xC0E680) is known color: Sulu. HEX triplet: C0, E6 and 80. RGB value is (192,230,128). Sum of RGB (Red+Green+Blue) = 192+230+128=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E680 is #3F197F. Grayscale: #CFCFCF. Windows color (decimal): -4135296 or 8447680. OLE color: 8447680.

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

Color convert

RGB 192 230 128 -
CMYK 0.17 0 0.44 0.10
HSL 82.35º 0.67% 0.7% -
HSV(B) 82.35º 0.44% 0.9% -
XYZ 53.93 69.36 30.97 -
YUV 207.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 192 230 128 0.17 0 0.44 0.10 82.35 0.67 0.7
Hex C0 E6 80 11 0 2C A 52 43 46
Octal 300 346 200 21 0 54 12 122 103 106
Binary 11000000 11100110 10000000 10001 0 101100 1010 1010010 1000011 1000110

Color Harmonies of #C0E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E680

Black with #C0E680

Text Example


Text Example

White with #C0E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E680; }

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

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

background-color css

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

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

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

border-color css

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

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

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