Html Css Color HEX #BEF26B Sulu

📋 copy color: '#BEF26B'

red 190 ◦ green 242 ◦ blue 107

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

Shades of Sulu #BEF26B

Tints of Sulu #BEF26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 35.25%
G = 44.9%
B = 19.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BEF26B (or 0xBEF26B) is known color: Sulu. HEX triplet: BE, F2 and 6B. RGB value is (190,242,107). Sum of RGB (Red+Green+Blue) = 190+242+107=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF26B is #410D94. Grayscale: #D3D3D3. Windows color (decimal): -4263317 or 7074494. OLE color: 7074494.

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

Color convert

RGB 190 242 107 -
CMYK 0.21 0 0.56 0.05
HSL 83.11º 0.84% 0.68% -
HSV(B) 83.11º 0.56% 0.95% -
XYZ 55.64 75.51 25.55 -
YUV 211.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 190 242 107 0.21 0 0.56 0.05 83.11 0.84 0.68
Hex BE F2 6B 15 0 38 5 53 54 44
Octal 276 362 153 25 0 70 5 123 124 104
Binary 10111110 11110010 1101011 10101 0 111000 101 1010011 1010100 1000100

Color Harmonies of #BEF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF26B

Black with #BEF26B

Text Example


Text Example

White with #BEF26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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