#BEF270

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

Shades of Sulu #BEF270

Tints of Sulu #BEF270

Color information

#BEF270 (or 0xBEF270) is unknown color: approx Sulu. HEX triplet: BE, F2 and 70. RGB value is (190,242,112). Sum of RGB (Red+Green+Blue) = 190+242+112=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF270 is #410D8F. Grayscale: #D4D4D4. Windows color (decimal): -4263312 or 7402174. OLE color: 7402174.

HSL color Cylindrical-coordinate representation of color #BEF270: hue angle of 84º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEF270 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB190242112-
CMYK0.2100.540.05
HSL84º83.33%69.41%-
HSV(B)84º53.72%94.9%-
XYZ55.9175.6226.98-
YUV211.6371.77112.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=34.93%
G=44.49%
B=20.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421120.2100.540.058483.3369.41
HexBEF270150365545345
Octal276362160250665124123105
Binary10111110111100101110000101010110110101101010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF270; }

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

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

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

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

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

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

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

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