Html Css Color HEX #BEDF6D Sulu

📋 copy color: '#BEDF6D'

red 190 ◦ green 223 ◦ blue 109

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

Shades of Sulu #BEDF6D

Tints of Sulu #BEDF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

 BLUE value IS 109 (42.97% from 255) = 20.88%

R = 36.4%
G = 42.72%
B = 20.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BEDF6D (or 0xBEDF6D) is known color: Sulu. HEX triplet: BE, DF and 6D. RGB value is (190,223,109). Sum of RGB (Red+Green+Blue) = 190+223+109=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF6D is #412092. Grayscale: #C8C8C8. Windows color (decimal): -4268179 or 7200702. OLE color: 7200702.

HSL color Cylindrical-coordinate representation of color #BEDF6D: hue angle of 77.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDF6D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 109 -
CMYK 0.15 0 0.51 0.13
HSL 77.37º 0.64% 0.65% -
HSV(B) 77.37º 0.51% 0.87% -
XYZ 50.38 64.83 24.33 -
YUV 200.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 190 223 109 0.15 0 0.51 0.13 77.37 0.64 0.65
Hex BE DF 6D F 0 33 D 4D 40 41
Octal 276 337 155 17 0 63 15 115 100 101
Binary 10111110 11011111 1101101 1111 0 110011 1101 1001101 1000000 1000001

Color Harmonies of #BEDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF6D

Black with #BEDF6D

Text Example


Text Example

White with #BEDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF6D; }

 p { color: rgb(190,223,109); }

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

background-color css

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

 a { background-color: rgb(190,223,109); }

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

border-color css

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

 span { border-color: rgb(190,223,109); }

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