Html Css Color HEX #C0E682 Sulu

📋 copy color: '#C0E682'

red 192 ◦ green 230 ◦ blue 130

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

Shades of Sulu #C0E682

Tints of Sulu #C0E682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.55%

R = 34.78%
G = 41.67%
B = 23.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#C0E682 (or 0xC0E682) is known color: Sulu. HEX triplet: C0, E6 and 82. RGB value is (192,230,130). Sum of RGB (Red+Green+Blue) = 192+230+130=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E682 is #3F197D. Grayscale: #CFCFCF. Windows color (decimal): -4135294 or 8578752. OLE color: 8578752.

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

Color convert

RGB 192 230 130 -
CMYK 0.17 0 0.43 0.10
HSL 82.8º 0.67% 0.71% -
HSV(B) 82.8º 0.43% 0.9% -
XYZ 54.06 69.41 31.67 -
YUV 207.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 192 230 130 0.17 0 0.43 0.10 82.8 0.67 0.71
Hex C0 E6 82 11 0 2B A 53 43 47
Octal 300 346 202 21 0 53 12 123 103 107
Binary 11000000 11100110 10000010 10001 0 101011 1010 1010011 1000011 1000111

Color Harmonies of #C0E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E682

Black with #C0E682

Text Example


Text Example

White with #C0E682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E682; }

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

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

background-color css

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

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

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

border-color css

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

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

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