Html Css Color HEX #BEFE82 Sulu

📋 copy color: '#BEFE82'

red 190 ◦ green 254 ◦ blue 130

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

Shades of Sulu #BEFE82

Tints of Sulu #BEFE82

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.25%

 BLUE value IS 130 (51.17% from 255) = 22.65%

R = 33.1%
G = 44.25%
B = 22.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#BEFE82 (or 0xBEFE82) is known color: Sulu. HEX triplet: BE, FE and 82. RGB value is (190,254,130). Sum of RGB (Red+Green+Blue) = 190+254+130=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE82 is #41017D. Grayscale: #DDDDDD. Windows color (decimal): -4260222 or 8584894. OLE color: 8584894.

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

Color convert

RGB 190 254 130 -
CMYK 0.25 0 0.49 0.00
HSL 90.97º 0.98% 0.75% -
HSV(B) 90.97º 0.49% 1% -
XYZ 60.71 83.44 34.03 -
YUV 220.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 190 254 130 0.25 0 0.49 0.00 90.97 0.98 0.75
Hex BE FE 82 19 0 31 0 5B 62 4B
Octal 276 376 202 31 0 61 0 133 142 113
Binary 10111110 11111110 10000010 11001 0 110001 0 1011011 1100010 1001011

Color Harmonies of #BEFE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE82

Black with #BEFE82

Text Example


Text Example

White with #BEFE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE82; }

 p { color: rgb(190,254,130); }

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

background-color css

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

 a { background-color: rgb(190,254,130); }

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

border-color css

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

 span { border-color: rgb(190,254,130); }

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