Html Css Color HEX #BEF272 Sulu

📋 copy color: '#BEF272'

red 190 ◦ green 242 ◦ blue 114

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

Shades of Sulu #BEF272

Tints of Sulu #BEF272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 34.8%
G = 44.32%
B = 20.88%

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

#BEF272 (or 0xBEF272) is known color: Sulu. HEX triplet: BE, F2 and 72. RGB value is (190,242,114). Sum of RGB (Red+Green+Blue) = 190+242+114=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF272 is #410D8D. Grayscale: #D4D4D4. Windows color (decimal): -4263310 or 7533246. OLE color: 7533246.

HSL color Cylindrical-coordinate representation of color #BEF272: hue angle of 84.38º 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 #BEF272 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 114 -
CMYK 0.21 0 0.53 0.05
HSL 84.38º 0.83% 0.7% -
HSV(B) 84.38º 0.53% 0.95% -
XYZ 56.02 75.67 27.57 -
YUV 211.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 190 242 114 0.21 0 0.53 0.05 84.38 0.83 0.7
Hex BE F2 72 15 0 35 5 54 53 46
Octal 276 362 162 25 0 65 5 124 123 106
Binary 10111110 11110010 1110010 10101 0 110101 101 1010100 1010011 1000110

Color Harmonies of #BEF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF272

Black with #BEF272

Text Example


Text Example

White with #BEF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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