Html Css Color HEX #BEF069 Sulu

📋 copy color: '#BEF069'

red 190 ◦ green 240 ◦ blue 105

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

Shades of Sulu #BEF069

Tints of Sulu #BEF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

 BLUE value IS 105 (41.41% from 255) = 19.63%

R = 35.51%
G = 44.86%
B = 19.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#BEF069 (or 0xBEF069) is known color: Sulu. HEX triplet: BE, F0 and 69. RGB value is (190,240,105). Sum of RGB (Red+Green+Blue) = 190+240+105=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF069 is #410F96. Grayscale: #D2D2D2. Windows color (decimal): -4263831 or 6942910. OLE color: 6942910.

HSL color Cylindrical-coordinate representation of color #BEF069: hue angle of 82.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEF069 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 105 -
CMYK 0.21 0 0.56 0.06
HSL 82.22º 0.82% 0.68% -
HSV(B) 82.22º 0.56% 0.94% -
XYZ 54.95 74.29 24.81 -
YUV 209.66 68.94 113.98 -
System Red Green Blue C M Y K H S L
Decimal 190 240 105 0.21 0 0.56 0.06 82.22 0.82 0.68
Hex BE F0 69 15 0 38 6 52 52 44
Octal 276 360 151 25 0 70 6 122 122 104
Binary 10111110 11110000 1101001 10101 0 111000 110 1010010 1010010 1000100

Color Harmonies of #BEF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF069

Black with #BEF069

Text Example


Text Example

White with #BEF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF069; }

 p { color: rgb(190,240,105); }

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

background-color css

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

 a { background-color: rgb(190,240,105); }

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

border-color css

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

 span { border-color: rgb(190,240,105); }

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