Html Css Color HEX #C2DA90 Sulu

📋 copy color: '#C2DA90'

red 194 ◦ green 218 ◦ blue 144

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

Shades of Sulu #C2DA90

Tints of Sulu #C2DA90

RGB

 RED value IS 194 (76.17% from 255) = 34.89%

 GREEN value IS 218 (85.55% from 255) = 39.21%

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

R = 34.89%
G = 39.21%
B = 25.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#C2DA90 (or 0xC2DA90) is known color: Sulu. HEX triplet: C2, DA and 90. RGB value is (194,218,144). Sum of RGB (Red+Green+Blue) = 194+218+144=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DA90 is #3D256F. Grayscale: #CACACA. Windows color (decimal): -4007280 or 9493186. OLE color: 9493186.

HSL color Cylindrical-coordinate representation of color #C2DA90: hue angle of 79.46º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2DA90 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 144 -
CMYK 0.11 0 0.34 0.15
HSL 79.46º 0.5% 0.71% -
HSV(B) 79.46º 0.34% 0.85% -
XYZ 52.35 63.63 35.91 -
YUV 202.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 194 218 144 0.11 0 0.34 0.15 79.46 0.5 0.71
Hex C2 DA 90 B 0 22 F 4F 32 47
Octal 302 332 220 13 0 42 17 117 62 107
Binary 11000010 11011010 10010000 1011 0 100010 1111 1001111 110010 1000111

Color Harmonies of #C2DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA90

Black with #C2DA90

Text Example


Text Example

White with #C2DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA90; }

 p { color: rgb(194,218,144); }

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

background-color css

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

 a { background-color: rgb(194,218,144); }

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

border-color css

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

 span { border-color: rgb(194,218,144); }

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