Html Css Color HEX #C2DD7F Sulu

📋 copy color: '#C2DD7F'

red 194 ◦ green 221 ◦ blue 127

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

Shades of Sulu #C2DD7F

Tints of Sulu #C2DD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 127 (50% from 255) = 23.43%

R = 35.79%
G = 40.77%
B = 23.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#C2DD7F (or 0xC2DD7F) is known color: Sulu. HEX triplet: C2, DD and 7F. RGB value is (194,221,127). Sum of RGB (Red+Green+Blue) = 194+221+127=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD7F is #3D2280. Grayscale: #CACACA. Windows color (decimal): -4006529 or 8379842. OLE color: 8379842.

HSL color Cylindrical-coordinate representation of color #C2DD7F: hue angle of 77.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2DD7F is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 127 -
CMYK 0.12 0 0.43 0.13
HSL 77.23º 0.58% 0.68% -
HSV(B) 77.23º 0.43% 0.87% -
XYZ 51.94 64.71 29.83 -
YUV 202.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 194 221 127 0.12 0 0.43 0.13 77.23 0.58 0.68
Hex C2 DD 7F C 0 2B D 4D 3A 44
Octal 302 335 177 14 0 53 15 115 72 104
Binary 11000010 11011101 1111111 1100 0 101011 1101 1001101 111010 1000100

Color Harmonies of #C2DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD7F

Black with #C2DD7F

Text Example


Text Example

White with #C2DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD7F; }

 p { color: rgb(194,221,127); }

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

background-color css

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

 a { background-color: rgb(194,221,127); }

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

border-color css

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

 span { border-color: rgb(194,221,127); }

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