#C1F967

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

Shades of Sulu #C1F967

Tints of Sulu #C1F967

Color information

#C1F967 (or 0xC1F967) is unknown color: approx Sulu. HEX triplet: C1, F9 and 67. RGB value is (193,249,103). Sum of RGB (Red+Green+Blue) = 193+249+103=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F967 is #3E0698. Grayscale: #D8D8D8. Windows color (decimal): -4064921 or 6814145. OLE color: 6814145.

HSL color Cylindrical-coordinate representation of color #C1F967: hue angle of 83.01º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1F967 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB193249103-
CMYK0.2200.590.02
HSL83.01º92.41%69.02%-
HSV(B)83.01º58.63%97.65%-
XYZ58.3280.0725.21-
YUV215.6164.45111.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 103 (40.62% from 255) = 18.90%
R=35.41%
G=45.69%
B=18.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932491030.2200.590.0283.0192.4169.02
HexC1F9671603B2535c45
Octal301371147260732123134105
Binary1100000111111001110011110110011101110101001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F967; }

 p { color: rgb(193,249,103); }

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

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

 a { background-color: rgb(193,249,103); }

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

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

 span { border-color: rgb(193,249,103); }

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