#C3EB85

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

Shades of Sulu #C3EB85

Tints of Sulu #C3EB85

Color information

#C3EB85 (or 0xC3EB85) is unknown color: approx Sulu. HEX triplet: C3, EB and 85. RGB value is (195,235,133). Sum of RGB (Red+Green+Blue) = 195+235+133=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EB85 is #3C147A. Grayscale: #D3D3D3. Windows color (decimal): -3937403 or 8776643. OLE color: 8776643.

HSL color Cylindrical-coordinate representation of color #C3EB85: hue angle of 83.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3EB85 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB195235133-
CMYK0.1700.430.08
HSL83.53º71.83%72.16%-
HSV(B)83.53º43.4%92.16%-
XYZ56.4572.7133.25-
YUV211.4183.75116.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=34.64%
G=41.74%
B=23.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952351330.1700.430.0883.5371.8372.16
HexC3EB851102B8544848
Octal3033532052105310124110110
Binary1100001111101011100001011000101010111000101010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EB85; }

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

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

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

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

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

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

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

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