#C1F28D

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

Shades of Sulu #C1F28D

Tints of Sulu #C1F28D

Color information

#C1F28D (or 0xC1F28D) is unknown color: approx Sulu. HEX triplet: C1, F2 and 8D. RGB value is (193,242,141). Sum of RGB (Red+Green+Blue) = 193+242+141=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F28D is #3E0D72. Grayscale: #D8D8D8. Windows color (decimal): -4066675 or 9302721. OLE color: 9302721.

HSL color Cylindrical-coordinate representation of color #C1F28D: hue angle of 89.11º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1F28D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB193242141-
CMYK0.2000.420.05
HSL89.11º79.53%75.1%-
HSV(B)89.11º41.74%94.9%-
XYZ58.5576.7636.93-
YUV215.8485.77111.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=33.51%
G=42.01%
B=24.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932421410.2000.420.0589.1179.5375.1
HexC1F28D1402A559504b
Octal301362215240525131120113
Binary110000011111001010001101101000101010101101100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F28D; }

 p { color: rgb(193,242,141); }

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

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

 a { background-color: rgb(193,242,141); }

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

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

 span { border-color: rgb(193,242,141); }

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