Html Css Color HEX #BEF172 Sulu

📋 copy color: '#BEF172'

red 190 ◦ green 241 ◦ blue 114

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

Shades of Sulu #BEF172

Tints of Sulu #BEF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 34.86%
G = 44.22%
B = 20.92%

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

#BEF172 (or 0xBEF172) is known color: Sulu. HEX triplet: BE, F1 and 72. RGB value is (190,241,114). Sum of RGB (Red+Green+Blue) = 190+241+114=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF172 is #410E8D. Grayscale: #D3D3D3. Windows color (decimal): -4263566 or 7532990. OLE color: 7532990.

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

Color convert

RGB 190 241 114 -
CMYK 0.21 0 0.53 0.05
HSL 84.09º 0.82% 0.7% -
HSV(B) 84.09º 0.53% 0.95% -
XYZ 55.73 75.07 27.47 -
YUV 211.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 190 241 114 0.21 0 0.53 0.05 84.09 0.82 0.7
Hex BE F1 72 15 0 35 5 54 52 46
Octal 276 361 162 25 0 65 5 124 122 106
Binary 10111110 11110001 1110010 10101 0 110101 101 1010100 1010010 1000110

Color Harmonies of #BEF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF172

Black with #BEF172

Text Example


Text Example

White with #BEF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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