#CFFC71

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

Shades of Sulu #CFFC71

Tints of Sulu #CFFC71

Color information

#CFFC71 (or 0xCFFC71) is unknown color: approx Sulu. HEX triplet: CF, FC and 71. RGB value is (207,252,113). Sum of RGB (Red+Green+Blue) = 207+252+113=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC71 is #30038E. Grayscale: #DFDFDF. Windows color (decimal): -3146639 or 7470287. OLE color: 7470287.

HSL color Cylindrical-coordinate representation of color #CFFC71: hue angle of 79.42º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFFC71 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB207252113-
CMYK0.1800.550.01
HSL79.42º95.86%71.57%-
HSV(B)79.42º55.16%98.82%-
XYZ63.5284.0828.5-
YUV222.766.09116.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 252 (98.83% from 255) = 44.06%
BLUE value IS 113 (44.53% from 255) = 19.76%
R=36.19%
G=44.06%
B=19.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521130.1800.550.0179.4295.8671.57
HexCFFC711203714f6048
Octal317374161220671117140110
Binary110011111111110011100011001001101111100111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFC71; }

 p { color: rgb(207,252,113); }

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

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

 a { background-color: rgb(207,252,113); }

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

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

 span { border-color: rgb(207,252,113); }

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