Html Css Color HEX #C0E96A Sulu

📋 copy color: '#C0E96A'

red 192 ◦ green 233 ◦ blue 106

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

Shades of Sulu #C0E96A

Tints of Sulu #C0E96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.88%

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 36.16%
G = 43.88%
B = 19.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#C0E96A (or 0xC0E96A) is known color: Sulu. HEX triplet: C0, E9 and 6A. RGB value is (192,233,106). Sum of RGB (Red+Green+Blue) = 192+233+106=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E96A is #3F1695. Grayscale: #CECECE. Windows color (decimal): -4134550 or 7006656. OLE color: 7006656.

HSL color Cylindrical-coordinate representation of color #C0E96A: hue angle of 79.37º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0E96A is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 106 -
CMYK 0.18 0 0.55 0.09
HSL 79.37º 0.74% 0.66% -
HSV(B) 79.37º 0.55% 0.91% -
XYZ 53.48 70.52 24.43 -
YUV 206.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 192 233 106 0.18 0 0.55 0.09 79.37 0.74 0.66
Hex C0 E9 6A 12 0 37 9 4F 4A 42
Octal 300 351 152 22 0 67 11 117 112 102
Binary 11000000 11101001 1101010 10010 0 110111 1001 1001111 1001010 1000010

Color Harmonies of #C0E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E96A

Black with #C0E96A

Text Example


Text Example

White with #C0E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E96A; }

 p { color: rgb(192,233,106); }

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

background-color css

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

 a { background-color: rgb(192,233,106); }

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

border-color css

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

 span { border-color: rgb(192,233,106); }

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