#C1DF6A

Color #C1DF6A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C1DF6A

Tints of Sulu #C1DF6A

Color information

#C1DF6A (or 0xC1DF6A) is unknown color: approx Sulu. HEX triplet: C1, DF and 6A. RGB value is (193,223,106). Sum of RGB (Red+Green+Blue) = 193+223+106=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF6A is #3E2095. Grayscale: #C9C9C9. Windows color (decimal): -4071574 or 7004097. OLE color: 7004097.

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

Color convert

RGB193223106-
CMYK0.1300.520.13
HSL75.38º64.64%64.51%-
HSV(B)75.38º52.47%87.45%-
XYZ50.9865.1523.52-
YUV200.6974.56122.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 106 (41.80% from 255) = 20.31%
R=36.97%
G=42.72%
B=20.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932231060.1300.520.1375.3864.6464.51
HexC1DF6AD034D4b4141
Octal3013371521506415113101101
Binary11000001110111111101010110101101001101100101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DF6A; }

 p { color: rgb(193,223,106); }

 H1.HeaderClassName
 {
   color: #C1DF6A;
 }
 .AnyTagClassName
 {
   color: #C1DF6A;
 }
</style>
background-color css

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

 a { background-color: rgb(193,223,106); }

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

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

 span { border-color: rgb(193,223,106); }

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