Html Css Color HEX #BEF28C Sulu

📋 copy color: '#BEF28C'

red 190 ◦ green 242 ◦ blue 140

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

Shades of Sulu #BEF28C

Tints of Sulu #BEF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 33.22%
G = 42.31%
B = 24.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BEF28C (or 0xBEF28C) is known color: Sulu. HEX triplet: BE, F2 and 8C. RGB value is (190,242,140). Sum of RGB (Red+Green+Blue) = 190+242+140=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF28C is #410D73. Grayscale: #D7D7D7. Windows color (decimal): -4263284 or 9237182. OLE color: 9237182.

HSL color Cylindrical-coordinate representation of color #BEF28C: hue angle of 90.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF28C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 140 -
CMYK 0.21 0 0.42 0.05
HSL 90.59º 0.8% 0.75% -
HSV(B) 90.59º 0.42% 0.95% -
XYZ 57.72 76.34 36.5 -
YUV 214.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 190 242 140 0.21 0 0.42 0.05 90.59 0.8 0.75
Hex BE F2 8C 15 0 2A 5 5B 50 4B
Octal 276 362 214 25 0 52 5 133 120 113
Binary 10111110 11110010 10001100 10101 0 101010 101 1011011 1010000 1001011

Color Harmonies of #BEF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF28C

Black with #BEF28C

Text Example


Text Example

White with #BEF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF28C; }

 p { color: rgb(190,242,140); }

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

background-color css

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

 a { background-color: rgb(190,242,140); }

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

border-color css

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

 span { border-color: rgb(190,242,140); }

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