Html Css Color HEX #BEF271 Sulu

📋 copy color: '#BEF271'

red 190 ◦ green 242 ◦ blue 113

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

Shades of Sulu #BEF271

Tints of Sulu #BEF271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 34.86%
G = 44.4%
B = 20.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#BEF271 (or 0xBEF271) is known color: Sulu. HEX triplet: BE, F2 and 71. RGB value is (190,242,113). Sum of RGB (Red+Green+Blue) = 190+242+113=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF271 is #410D8E. Grayscale: #D4D4D4. Windows color (decimal): -4263311 or 7467710. OLE color: 7467710.

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

Color convert

RGB 190 242 113 -
CMYK 0.21 0 0.53 0.05
HSL 84.19º 0.83% 0.7% -
HSV(B) 84.19º 0.53% 0.95% -
XYZ 55.97 75.64 27.27 -
YUV 211.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 190 242 113 0.21 0 0.53 0.05 84.19 0.83 0.7
Hex BE F2 71 15 0 35 5 54 53 46
Octal 276 362 161 25 0 65 5 124 123 106
Binary 10111110 11110010 1110001 10101 0 110101 101 1010100 1010011 1000110

Color Harmonies of #BEF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF271

Black with #BEF271

Text Example


Text Example

White with #BEF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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