Html Css Color HEX #BEFA80 Sulu

📋 copy color: '#BEFA80'

red 190 ◦ green 250 ◦ blue 128

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

Shades of Sulu #BEFA80

Tints of Sulu #BEFA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 33.45%
G = 44.01%
B = 22.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BEFA80 (or 0xBEFA80) is known color: Sulu. HEX triplet: BE, FA and 80. RGB value is (190,250,128). Sum of RGB (Red+Green+Blue) = 190+250+128=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA80 is #41057F. Grayscale: #DADADA. Windows color (decimal): -4261248 or 8452798. OLE color: 8452798.

HSL color Cylindrical-coordinate representation of color #BEFA80: hue angle of 89.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEFA80 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 128 -
CMYK 0.24 0 0.49 0.02
HSL 89.51º 0.92% 0.74% -
HSV(B) 89.51º 0.49% 0.98% -
XYZ 59.32 80.88 32.91 -
YUV 218.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 190 250 128 0.24 0 0.49 0.02 89.51 0.92 0.74
Hex BE FA 80 18 0 31 2 5A 5C 4A
Octal 276 372 200 30 0 61 2 132 134 112
Binary 10111110 11111010 10000000 11000 0 110001 10 1011010 1011100 1001010

Color Harmonies of #BEFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA80

Black with #BEFA80

Text Example


Text Example

White with #BEFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA80; }

 p { color: rgb(190,250,128); }

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

background-color css

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

 a { background-color: rgb(190,250,128); }

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

border-color css

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

 span { border-color: rgb(190,250,128); }

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