Html Css Color HEX #BEDD6F Sulu

📋 copy color: '#BEDD6F'

red 190 ◦ green 221 ◦ blue 111

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

Shades of Sulu #BEDD6F

Tints of Sulu #BEDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 111 (43.75% from 255) = 21.26%

R = 36.4%
G = 42.34%
B = 21.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BEDD6F (or 0xBEDD6F) is known color: Sulu. HEX triplet: BE, DD and 6F. RGB value is (190,221,111). Sum of RGB (Red+Green+Blue) = 190+221+111=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD6F is #412290. Grayscale: #C7C7C7. Windows color (decimal): -4268689 or 7331262. OLE color: 7331262.

HSL color Cylindrical-coordinate representation of color #BEDD6F: hue angle of 76.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDD6F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 111 -
CMYK 0.14 0 0.50 0.13
HSL 76.91º 0.62% 0.65% -
HSV(B) 76.91º 0.5% 0.87% -
XYZ 49.96 63.81 24.72 -
YUV 199.19 78.23 121.44 -
System Red Green Blue C M Y K H S L
Decimal 190 221 111 0.14 0 0.50 0.13 76.91 0.62 0.65
Hex BE DD 6F E 0 32 D 4D 3E 41
Octal 276 335 157 16 0 62 15 115 76 101
Binary 10111110 11011101 1101111 1110 0 110010 1101 1001101 111110 1000001

Color Harmonies of #BEDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD6F

Black with #BEDD6F

Text Example


Text Example

White with #BEDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD6F; }

 p { color: rgb(190,221,111); }

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

background-color css

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

 a { background-color: rgb(190,221,111); }

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

border-color css

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

 span { border-color: rgb(190,221,111); }

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