Html Css Color HEX #BEFA8E Sulu

📋 copy color: '#BEFA8E'

red 190 ◦ green 250 ◦ blue 142

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

Shades of Sulu #BEFA8E

Tints of Sulu #BEFA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 32.65%
G = 42.96%
B = 24.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#BEFA8E (or 0xBEFA8E) is known color: Sulu. HEX triplet: BE, FA and 8E. RGB value is (190,250,142). Sum of RGB (Red+Green+Blue) = 190+250+142=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA8E is #410571. Grayscale: #DCDCDC. Windows color (decimal): -4261234 or 9370302. OLE color: 9370302.

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

Color convert

RGB 190 250 142 -
CMYK 0.24 0 0.43 0.02
HSL 93.33º 0.92% 0.77% -
HSV(B) 93.33º 0.43% 0.98% -
XYZ 60.3 81.27 38.1 -
YUV 219.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 190 250 142 0.24 0 0.43 0.02 93.33 0.92 0.77
Hex BE FA 8E 18 0 2B 2 5D 5C 4D
Octal 276 372 216 30 0 53 2 135 134 115
Binary 10111110 11111010 10001110 11000 0 101011 10 1011101 1011100 1001101

Color Harmonies of #BEFA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA8E

Black with #BEFA8E

Text Example


Text Example

White with #BEFA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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