#C3FD85

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

Shades of Sulu #C3FD85

Tints of Sulu #C3FD85

Color information

#C3FD85 (or 0xC3FD85) is unknown color: approx Sulu. HEX triplet: C3, FD and 85. RGB value is (195,253,133). Sum of RGB (Red+Green+Blue) = 195+253+133=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FD85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FD85 is #3C027A. Grayscale: #DEDEDE. Windows color (decimal): -3932795 or 8781251. OLE color: 8781251.

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

Color convert

RGB195253133-
CMYK0.2300.470.01
HSL89º96.77%75.69%-
HSV(B)89º47.43%99.22%-
XYZ61.8683.5535.06-
YUV221.9877.78108.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=33.56%
G=43.55%
B=22.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952531330.2300.470.018996.7775.69
HexC3FD851702F159614c
Octal303375205270571131141114
Binary1100001111111101100001011011101011111101100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FD85; }

 p { color: rgb(195,253,133); }

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

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

 a { background-color: rgb(195,253,133); }

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

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

 span { border-color: rgb(195,253,133); }

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