Html Css Color HEX #C2DC6F Sulu

📋 copy color: '#C2DC6F'

red 194 ◦ green 220 ◦ blue 111

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

Shades of Sulu #C2DC6F

Tints of Sulu #C2DC6F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 111 (43.75% from 255) = 21.14%

R = 36.95%
G = 41.9%
B = 21.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#C2DC6F (or 0xC2DC6F) is known color: Sulu. HEX triplet: C2, DC and 6F. RGB value is (194,220,111). Sum of RGB (Red+Green+Blue) = 194+220+111=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC6F is #3D2390. Grayscale: #C8C8C8. Windows color (decimal): -4006801 or 7331010. OLE color: 7331010.

HSL color Cylindrical-coordinate representation of color #C2DC6F: hue angle of 74.31º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2DC6F is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 111 -
CMYK 0.12 0 0.50 0.14
HSL 74.31º 0.61% 0.65% -
HSV(B) 74.31º 0.5% 0.86% -
XYZ 50.71 63.8 24.68 -
YUV 199.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 194 220 111 0.12 0 0.50 0.14 74.31 0.61 0.65
Hex C2 DC 6F C 0 32 E 4A 3D 41
Octal 302 334 157 14 0 62 16 112 75 101
Binary 11000010 11011100 1101111 1100 0 110010 1110 1001010 111101 1000001

Color Harmonies of #C2DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC6F

Black with #C2DC6F

Text Example


Text Example

White with #C2DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC6F; }

 p { color: rgb(194,220,111); }

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

background-color css

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

 a { background-color: rgb(194,220,111); }

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

border-color css

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

 span { border-color: rgb(194,220,111); }

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