#BEFD70

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

Shades of Sulu #BEFD70

Tints of Sulu #BEFD70

Color information

#BEFD70 (or 0xBEFD70) is unknown color: approx Sulu. HEX triplet: BE, FD and 70. RGB value is (190,253,112). Sum of RGB (Red+Green+Blue) = 190+253+112=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD70 is #41028F. Grayscale: #DADADA. Windows color (decimal): -4260496 or 7404990. OLE color: 7404990.

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

Color convert

RGB190253112-
CMYK0.2500.560.01
HSL86.81º97.24%71.57%-
HSV(B)86.81º55.73%99.22%-
XYZ59.2982.3728.1-
YUV218.0968.13107.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=34.23%
G=45.59%
B=20.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531120.2500.560.0186.8197.2471.57
HexBEFD70190381576148
Octal276375160310701127141110
Binary101111101111110111100001100101110001101011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD70; }

 p { color: rgb(190,253,112); }

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

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

 a { background-color: rgb(190,253,112); }

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

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

 span { border-color: rgb(190,253,112); }

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