#C3F07A

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

Shades of Sulu #C3F07A

Tints of Sulu #C3F07A

Color information

#C3F07A (or 0xC3F07A) is unknown color: approx Sulu. HEX triplet: C3, F0 and 7A. RGB value is (195,240,122). Sum of RGB (Red+Green+Blue) = 195+240+122=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F07A is #3C0F85. Grayscale: #D5D5D5. Windows color (decimal): -3936134 or 8057027. OLE color: 8057027.

HSL color Cylindrical-coordinate representation of color #C3F07A: hue angle of 82.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3F07A is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB195240122-
CMYK0.1900.490.06
HSL82.88º79.73%70.98%-
HSV(B)82.88º49.17%94.12%-
XYZ57.1875.3329.94-
YUV213.0976.59115.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=35.01%
G=43.09%
B=21.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952401220.1900.490.0682.8879.7370.98
HexC3F07A130316535047
Octal303360172230616123120107
Binary11000011111100001111010100110110001110101001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F07A; }

 p { color: rgb(195,240,122); }

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

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

 a { background-color: rgb(195,240,122); }

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

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

 span { border-color: rgb(195,240,122); }

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