Html Css Color HEX #C2DA8F Sulu

📋 copy color: '#C2DA8F'

red 194 ◦ green 218 ◦ blue 143

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

Shades of Sulu #C2DA8F

Tints of Sulu #C2DA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.77%

R = 34.95%
G = 39.28%
B = 25.77%

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

#C2DA8F (or 0xC2DA8F) is known color: Sulu. HEX triplet: C2, DA and 8F. RGB value is (194,218,143). Sum of RGB (Red+Green+Blue) = 194+218+143=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DA8F is #3D2570. Grayscale: #CACACA. Windows color (decimal): -4007281 or 9427650. OLE color: 9427650.

HSL color Cylindrical-coordinate representation of color #C2DA8F: hue angle of 79.2º 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 #C2DA8F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 143 -
CMYK 0.11 0 0.34 0.15
HSL 79.2º 0.5% 0.71% -
HSV(B) 79.2º 0.34% 0.85% -
XYZ 52.28 63.6 35.51 -
YUV 202.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 194 218 143 0.11 0 0.34 0.15 79.2 0.5 0.71
Hex C2 DA 8F B 0 22 F 4F 32 47
Octal 302 332 217 13 0 42 17 117 62 107
Binary 11000010 11011010 10001111 1011 0 100010 1111 1001111 110010 1000111

Color Harmonies of #C2DA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA8F

Black with #C2DA8F

Text Example


Text Example

White with #C2DA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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