#C3ED75

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

Shades of Sulu #C3ED75

Tints of Sulu #C3ED75

Color information

#C3ED75 (or 0xC3ED75) is unknown color: approx Sulu. HEX triplet: C3, ED and 75. RGB value is (195,237,117). Sum of RGB (Red+Green+Blue) = 195+237+117=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3ED75 is #3C128A. Grayscale: #D3D3D3. Windows color (decimal): -3936907 or 7728579. OLE color: 7728579.

HSL color Cylindrical-coordinate representation of color #C3ED75: hue angle of 81º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3ED75 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB195237117-
CMYK0.1800.510.07
HSL81º76.92%69.41%-
HSV(B)81º50.63%92.94%-
XYZ5673.4528.06-
YUV210.7675.09116.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=35.52%
G=43.17%
B=21.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952371170.1800.510.078176.9269.41
HexC3ED75120337514d45
Octal303355165220637121115105
Binary11000011111011011110101100100110011111101000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ED75; }

 p { color: rgb(195,237,117); }

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

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

 a { background-color: rgb(195,237,117); }

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

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

 span { border-color: rgb(195,237,117); }

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