#BEFD93

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

Shades of Reef #BEFD93

Tints of Reef #BEFD93

Color information

#BEFD93 (or 0xBEFD93) is unknown color: approx Reef. HEX triplet: BE, FD and 93. RGB value is (190,253,147). Sum of RGB (Red+Green+Blue) = 190+253+147=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFD93 is #41026C. Grayscale: #DEDEDE. Windows color (decimal): -4260461 or 9698750. OLE color: 9698750.

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

Color convert

RGB190253147-
CMYK0.2500.420.01
HSL95.66º96.36%78.43%-
HSV(B)95.66º41.9%99.22%-
XYZ61.6383.340.44-
YUV222.0885.63105.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=32.20%
G=42.88%
B=24.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531470.2500.420.0195.6696.3678.43
HexBEFD931902A160604e
Octal276375223310521140140116
Binary1011111011111101100100111100101010101110000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD93; }

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

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

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

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

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

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

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

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