Html Css Color HEX #C2DB7C Sulu

📋 copy color: '#C2DB7C'

red 194 ◦ green 219 ◦ blue 124

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

Shades of Sulu #C2DB7C

Tints of Sulu #C2DB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 36.13%
G = 40.78%
B = 23.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#C2DB7C (or 0xC2DB7C) is known color: Sulu. HEX triplet: C2, DB and 7C. RGB value is (194,219,124). Sum of RGB (Red+Green+Blue) = 194+219+124=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB7C is #3D2483. Grayscale: #C9C9C9. Windows color (decimal): -4007044 or 8182722. OLE color: 8182722.

HSL color Cylindrical-coordinate representation of color #C2DB7C: hue angle of 75.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2DB7C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 124 -
CMYK 0.11 0 0.43 0.14
HSL 75.79º 0.57% 0.67% -
HSV(B) 75.79º 0.43% 0.86% -
XYZ 51.22 63.59 28.64 -
YUV 200.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 194 219 124 0.11 0 0.43 0.14 75.79 0.57 0.67
Hex C2 DB 7C B 0 2B E 4C 39 43
Octal 302 333 174 13 0 53 16 114 71 103
Binary 11000010 11011011 1111100 1011 0 101011 1110 1001100 111001 1000011

Color Harmonies of #C2DB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB7C

Black with #C2DB7C

Text Example


Text Example

White with #C2DB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB7C; }

 p { color: rgb(194,219,124); }

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

background-color css

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

 a { background-color: rgb(194,219,124); }

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

border-color css

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

 span { border-color: rgb(194,219,124); }

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