Html Css Color HEX #BEF174 Sulu

📋 copy color: '#BEF174'

red 190 ◦ green 241 ◦ blue 116

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

Shades of Sulu #BEF174

Tints of Sulu #BEF174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 34.73%
G = 44.06%
B = 21.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BEF174 (or 0xBEF174) is known color: Sulu. HEX triplet: BE, F1 and 74. RGB value is (190,241,116). Sum of RGB (Red+Green+Blue) = 190+241+116=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF174 is #410E8B. Grayscale: #D3D3D3. Windows color (decimal): -4263564 or 7664062. OLE color: 7664062.

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

Color convert

RGB 190 241 116 -
CMYK 0.21 0 0.52 0.05
HSL 84.48º 0.82% 0.7% -
HSV(B) 84.48º 0.52% 0.95% -
XYZ 55.84 75.12 28.08 -
YUV 211.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 190 241 116 0.21 0 0.52 0.05 84.48 0.82 0.7
Hex BE F1 74 15 0 34 5 54 52 46
Octal 276 361 164 25 0 64 5 124 122 106
Binary 10111110 11110001 1110100 10101 0 110100 101 1010100 1010010 1000110

Color Harmonies of #BEF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF174

Black with #BEF174

Text Example


Text Example

White with #BEF174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF174; }

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

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

background-color css

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

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

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

border-color css

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

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

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