Html Css Color HEX #BEFE8D Sulu

📋 copy color: '#BEFE8D'

red 190 ◦ green 254 ◦ blue 141

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

Shades of Sulu #BEFE8D

Tints of Sulu #BEFE8D

RGB

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

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

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

R = 32.48%
G = 43.42%
B = 24.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#BEFE8D (or 0xBEFE8D) is known color: Sulu. HEX triplet: BE, FE and 8D. RGB value is (190,254,141). Sum of RGB (Red+Green+Blue) = 190+254+141=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE8D is #410172. Grayscale: #DEDEDE. Windows color (decimal): -4260211 or 9305790. OLE color: 9305790.

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

Color convert

RGB 190 254 141 -
CMYK 0.25 0 0.44 0.00
HSL 93.98º 0.98% 0.77% -
HSV(B) 93.98º 0.44% 1% -
XYZ 61.48 83.75 38.12 -
YUV 221.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 190 254 141 0.25 0 0.44 0.00 93.98 0.98 0.77
Hex BE FE 8D 19 0 2C 0 5E 62 4D
Octal 276 376 215 31 0 54 0 136 142 115
Binary 10111110 11111110 10001101 11001 0 101100 0 1011110 1100010 1001101

Color Harmonies of #BEFE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE8D

Black with #BEFE8D

Text Example


Text Example

White with #BEFE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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