#C1FD7D

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

Shades of Sulu #C1FD7D

Tints of Sulu #C1FD7D

Color information

#C1FD7D (or 0xC1FD7D) is unknown color: approx Sulu. HEX triplet: C1, FD and 7D. RGB value is (193,253,125). Sum of RGB (Red+Green+Blue) = 193+253+125=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD7D is #3E0282. Grayscale: #DCDCDC. Windows color (decimal): -4063875 or 8256961. OLE color: 8256961.

HSL color Cylindrical-coordinate representation of color #C1FD7D: hue angle of 88.12º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1FD7D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB193253125-
CMYK0.2400.510.01
HSL88.12º96.97%74.12%-
HSV(B)88.12º50.59%99.22%-
XYZ60.8283.0732.23-
YUV220.4774.12108.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 253 (99.22% from 255) = 44.31%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=33.80%
G=44.31%
B=21.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932531250.2400.510.0188.1296.9774.12
HexC1FD7D18033158614a
Octal301375175300631130141112
Binary110000011111110111111011100001100111101100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FD7D; }

 p { color: rgb(193,253,125); }

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

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

 a { background-color: rgb(193,253,125); }

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

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

 span { border-color: rgb(193,253,125); }

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