#CFFA71

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

Shades of Sulu #CFFA71

Tints of Sulu #CFFA71

Color information

#CFFA71 (or 0xCFFA71) is unknown color: approx Sulu. HEX triplet: CF, FA and 71. RGB value is (207,250,113). Sum of RGB (Red+Green+Blue) = 207+250+113=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA71 is #30058E. Grayscale: #DEDEDE. Windows color (decimal): -3147151 or 7469775. OLE color: 7469775.

HSL color Cylindrical-coordinate representation of color #CFFA71: hue angle of 78.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFFA71 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB207250113-
CMYK0.1700.550.02
HSL78.83º93.2%71.18%-
HSV(B)78.83º54.8%98.04%-
XYZ62.982.8328.3-
YUV221.5266.75117.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=36.32%
G=43.86%
B=19.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501130.1700.550.0278.8393.271.18
HexCFFA711103724f5d47
Octal317372161210672117135107
Binary1100111111111010111000110001011011110100111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA71; }

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

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

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

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

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

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

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

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