#C3FF65

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

Shades of Sulu #C3FF65

Tints of Sulu #C3FF65

Color information

#C3FF65 (or 0xC3FF65) is unknown color: approx Sulu. HEX triplet: C3, FF and 65. RGB value is (195,255,101). Sum of RGB (Red+Green+Blue) = 195+255+101=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FF65 is #3C009A. Grayscale: #DCDCDC. Windows color (decimal): -3932315 or 6684611. OLE color: 6684611.

HSL color Cylindrical-coordinate representation of color #C3FF65: hue angle of 83.38º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3FF65 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB195255101-
CMYK0.2400.600
HSL83.38º100%69.8%-
HSV(B)83.38º60.39%100%-
XYZ60.6184.0625.34-
YUV219.561.12110.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 101 (39.84% from 255) = 18.33%
R=35.39%
G=46.28%
B=18.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952551010.2400.60083.3810069.8
HexC3FF651803C0536446
Octal303377145300740123144106
Binary110000111111111111001011100001111000101001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FF65; }

 p { color: rgb(195,255,101); }

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

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

 a { background-color: rgb(195,255,101); }

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

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

 span { border-color: rgb(195,255,101); }

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