#C5F07D

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

Shades of Sulu #C5F07D

Tints of Sulu #C5F07D

Color information

#C5F07D (or 0xC5F07D) is unknown color: approx Sulu. HEX triplet: C5, F0 and 7D. RGB value is (197,240,125). Sum of RGB (Red+Green+Blue) = 197+240+125=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F07D is #3A0F82. Grayscale: #D6D6D6. Windows color (decimal): -3805059 or 8253637. OLE color: 8253637.

HSL color Cylindrical-coordinate representation of color #C5F07D: hue angle of 82.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5F07D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB197240125-
CMYK0.1800.480.06
HSL82.43º79.31%71.57%-
HSV(B)82.43º47.92%94.12%-
XYZ57.8975.6730.96-
YUV214.0377.75115.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=35.05%
G=42.70%
B=22.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972401250.1800.480.0682.4379.3171.57
HexC5F07D120306524f48
Octal305360175220606122117110
Binary11000101111100001111101100100110000110101001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F07D; }

 p { color: rgb(197,240,125); }

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

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

 a { background-color: rgb(197,240,125); }

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

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

 span { border-color: rgb(197,240,125); }

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