Html Css Color HEX #BEF06C Sulu

📋 copy color: '#BEF06C'

red 190 ◦ green 240 ◦ blue 108

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

Shades of Sulu #BEF06C

Tints of Sulu #BEF06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 35.32%
G = 44.61%
B = 20.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#BEF06C (or 0xBEF06C) is known color: Sulu. HEX triplet: BE, F0 and 6C. RGB value is (190,240,108). Sum of RGB (Red+Green+Blue) = 190+240+108=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF06C is #410F93. Grayscale: #D2D2D2. Windows color (decimal): -4263828 or 7139518. OLE color: 7139518.

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

Color convert

RGB 190 240 108 -
CMYK 0.21 0 0.55 0.06
HSL 82.73º 0.81% 0.68% -
HSV(B) 82.73º 0.55% 0.94% -
XYZ 55.1 74.35 25.63 -
YUV 210 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 190 240 108 0.21 0 0.55 0.06 82.73 0.81 0.68
Hex BE F0 6C 15 0 37 6 53 51 44
Octal 276 360 154 25 0 67 6 123 121 104
Binary 10111110 11110000 1101100 10101 0 110111 110 1010011 1010001 1000100

Color Harmonies of #BEF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF06C

Black with #BEF06C

Text Example


Text Example

White with #BEF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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