Html Css Color HEX #BEF268 Sulu

📋 copy color: '#BEF268'

red 190 ◦ green 242 ◦ blue 104

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

Shades of Sulu #BEF268

Tints of Sulu #BEF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.4%

R = 35.45%
G = 45.15%
B = 19.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#BEF268 (or 0xBEF268) is known color: Sulu. HEX triplet: BE, F2 and 68. RGB value is (190,242,104). Sum of RGB (Red+Green+Blue) = 190+242+104=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF268 is #410D97. Grayscale: #D3D3D3. Windows color (decimal): -4263320 or 6877886. OLE color: 6877886.

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

Color convert

RGB 190 242 104 -
CMYK 0.21 0 0.57 0.05
HSL 82.61º 0.84% 0.68% -
HSV(B) 82.61º 0.57% 0.95% -
XYZ 55.49 75.45 24.74 -
YUV 210.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 190 242 104 0.21 0 0.57 0.05 82.61 0.84 0.68
Hex BE F2 68 15 0 39 5 53 54 44
Octal 276 362 150 25 0 71 5 123 124 104
Binary 10111110 11110010 1101000 10101 0 111001 101 1010011 1010100 1000100

Color Harmonies of #BEF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF268

Black with #BEF268

Text Example


Text Example

White with #BEF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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