#C2FD67

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

Shades of Sulu #C2FD67

Tints of Sulu #C2FD67

Color information

#C2FD67 (or 0xC2FD67) is unknown color: approx Sulu. HEX triplet: C2, FD and 67. RGB value is (194,253,103). Sum of RGB (Red+Green+Blue) = 194+253+103=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD67 is #3D0298. Grayscale: #DADADA. Windows color (decimal): -3998361 or 6815170. OLE color: 6815170.

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

Color convert

RGB194253103-
CMYK0.2300.590.01
HSL83.6º97.4%69.8%-
HSV(B)83.6º59.29%99.22%-
XYZ59.8282.725.64-
YUV218.2662.95110.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 103 (40.62% from 255) = 18.73%
R=35.27%
G=46%
B=18.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942531030.2300.590.0183.697.469.8
HexC2FD671703B1546146
Octal302375147270731124141106
Binary110000101111110111001111011101110111101010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FD67; }

 p { color: rgb(194,253,103); }

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

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

 a { background-color: rgb(194,253,103); }

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

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

 span { border-color: rgb(194,253,103); }

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