Html Css Color HEX #BEF572 Sulu

📋 copy color: '#BEF572'

red 190 ◦ green 245 ◦ blue 114

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

Shades of Sulu #BEF572

Tints of Sulu #BEF572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

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

R = 34.61%
G = 44.63%
B = 20.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#BEF572 (or 0xBEF572) is known color: Sulu. HEX triplet: BE, F5 and 72. RGB value is (190,245,114). Sum of RGB (Red+Green+Blue) = 190+245+114=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF572 is #410A8D. Grayscale: #D6D6D6. Windows color (decimal): -4262542 or 7534014. OLE color: 7534014.

HSL color Cylindrical-coordinate representation of color #BEF572: hue angle of 85.19º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEF572 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 114 -
CMYK 0.22 0 0.53 0.04
HSL 85.19º 0.87% 0.7% -
HSV(B) 85.19º 0.53% 0.96% -
XYZ 56.92 77.47 27.87 -
YUV 213.62 71.78 111.15 -
System Red Green Blue C M Y K H S L
Decimal 190 245 114 0.22 0 0.53 0.04 85.19 0.87 0.7
Hex BE F5 72 16 0 35 4 55 57 46
Octal 276 365 162 26 0 65 4 125 127 106
Binary 10111110 11110101 1110010 10110 0 110101 100 1010101 1010111 1000110

Color Harmonies of #BEF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF572

Black with #BEF572

Text Example


Text Example

White with #BEF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF572; }

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

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

background-color css

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

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

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

border-color css

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

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

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