Html Css Color HEX #BEFF8D Sulu

📋 copy color: '#BEFF8D'

red 190 ◦ green 255 ◦ blue 141

#BEFF8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BEFF8D

Tints of Sulu #BEFF8D

RGB

 RED value IS 190 (74.61% from 255) = 32.42%

 GREEN value IS 255 (100% from 255) = 43.52%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 32.42%
G = 43.52%
B = 24.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#BEFF8D (or 0xBEFF8D) is known color: Sulu. HEX triplet: BE, FF and 8D. RGB value is (190,255,141). Sum of RGB (Red+Green+Blue) = 190+255+141=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF8D is #410072. Grayscale: #DEDEDE. Windows color (decimal): -4259955 or 9306046. OLE color: 9306046.

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

Color convert

RGB 190 255 141 -
CMYK 0.25 0 0.45 0
HSL 94.21º 1% 0.78% -
HSV(B) 94.21º 0.45% 1% -
XYZ 61.8 84.39 38.23 -
YUV 222.57 81.97 104.77 -
System Red Green Blue C M Y K H S L
Decimal 190 255 141 0.25 0 0.45 0 94.21 1 0.78
Hex BE FF 8D 19 0 2D 0 5E 64 4E
Octal 276 377 215 31 0 55 0 136 144 116
Binary 10111110 11111111 10001101 11001 0 101101 0 1011110 1100100 1001110

Color Harmonies of #BEFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF8D

Black with #BEFF8D

Text Example


Text Example

White with #BEFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF8D; }

 p { color: rgb(190,255,141); }

 H1.HeaderClassName
 {
   color: #BEFF8D;
 }
 .AnyTagClassName
 {
   color: #BEFF8D;
 }
</style>

background-color css

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

 a { background-color: rgb(190,255,141); }

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

border-color css

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

 span { border-color: rgb(190,255,141); }

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