Html Css Color HEX #BEF98A Sulu

📋 copy color: '#BEF98A'

red 190 ◦ green 249 ◦ blue 138

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

Shades of Sulu #BEF98A

Tints of Sulu #BEF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 32.93%
G = 43.15%
B = 23.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#BEF98A (or 0xBEF98A) is known color: Sulu. HEX triplet: BE, F9 and 8A. RGB value is (190,249,138). Sum of RGB (Red+Green+Blue) = 190+249+138=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF98A is #410675. Grayscale: #DBDBDB. Windows color (decimal): -4261494 or 9107902. OLE color: 9107902.

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

Color convert

RGB 190 249 138 -
CMYK 0.24 0 0.45 0.02
HSL 91.89º 0.9% 0.76% -
HSV(B) 91.89º 0.45% 0.98% -
XYZ 59.7 80.53 36.44 -
YUV 218.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 190 249 138 0.24 0 0.45 0.02 91.89 0.9 0.76
Hex BE F9 8A 18 0 2D 2 5C 5A 4C
Octal 276 371 212 30 0 55 2 134 132 114
Binary 10111110 11111001 10001010 11000 0 101101 10 1011100 1011010 1001100

Color Harmonies of #BEF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF98A

Black with #BEF98A

Text Example


Text Example

White with #BEF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF98A; }

 p { color: rgb(190,249,138); }

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

background-color css

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

 a { background-color: rgb(190,249,138); }

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

border-color css

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

 span { border-color: rgb(190,249,138); }

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