Html Css Color HEX #BEFE85 Sulu

📋 copy color: '#BEFE85'

red 190 ◦ green 254 ◦ blue 133

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

Shades of Sulu #BEFE85

Tints of Sulu #BEFE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.05%

R = 32.93%
G = 44.02%
B = 23.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#BEFE85 (or 0xBEFE85) is known color: Sulu. HEX triplet: BE, FE and 85. RGB value is (190,254,133). Sum of RGB (Red+Green+Blue) = 190+254+133=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE85 is #41017A. Grayscale: #DDDDDD. Windows color (decimal): -4260219 or 8781502. OLE color: 8781502.

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

Color convert

RGB 190 254 133 -
CMYK 0.25 0 0.48 0.00
HSL 91.74º 0.98% 0.76% -
HSV(B) 91.74º 0.48% 1% -
XYZ 60.91 83.52 35.1 -
YUV 221.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 190 254 133 0.25 0 0.48 0.00 91.74 0.98 0.76
Hex BE FE 85 19 0 30 0 5C 62 4C
Octal 276 376 205 31 0 60 0 134 142 114
Binary 10111110 11111110 10000101 11001 0 110000 0 1011100 1100010 1001100

Color Harmonies of #BEFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE85

Black with #BEFE85

Text Example


Text Example

White with #BEFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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