Html Css Color HEX #BEDA7F Sulu

📋 copy color: '#BEDA7F'

red 190 ◦ green 218 ◦ blue 127

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

Shades of Sulu #BEDA7F

Tints of Sulu #BEDA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 127 (50% from 255) = 23.74%

R = 35.51%
G = 40.75%
B = 23.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BEDA7F (or 0xBEDA7F) is known color: Sulu. HEX triplet: BE, DA and 7F. RGB value is (190,218,127). Sum of RGB (Red+Green+Blue) = 190+218+127=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7F is #412580. Grayscale: #C7C7C7. Windows color (decimal): -4269441 or 8379070. OLE color: 8379070.

HSL color Cylindrical-coordinate representation of color #BEDA7F: hue angle of 78.46º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDA7F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 127 -
CMYK 0.13 0 0.42 0.15
HSL 78.46º 0.55% 0.68% -
HSV(B) 78.46º 0.42% 0.85% -
XYZ 50.14 62.62 29.52 -
YUV 199.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 190 218 127 0.13 0 0.42 0.15 78.46 0.55 0.68
Hex BE DA 7F D 0 2A F 4E 37 44
Octal 276 332 177 15 0 52 17 116 67 104
Binary 10111110 11011010 1111111 1101 0 101010 1111 1001110 110111 1000100

Color Harmonies of #BEDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA7F

Black with #BEDA7F

Text Example


Text Example

White with #BEDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA7F; }

 p { color: rgb(190,218,127); }

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

background-color css

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

 a { background-color: rgb(190,218,127); }

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

border-color css

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

 span { border-color: rgb(190,218,127); }

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