Html Css Color HEX #BEDB7F Sulu

📋 copy color: '#BEDB7F'

red 190 ◦ green 219 ◦ blue 127

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

Shades of Sulu #BEDB7F

Tints of Sulu #BEDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 35.45%
G = 40.86%
B = 23.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BEDB7F (or 0xBEDB7F) is known color: Sulu. HEX triplet: BE, DB and 7F. RGB value is (190,219,127). Sum of RGB (Red+Green+Blue) = 190+219+127=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB7F is #412480. Grayscale: #C8C8C8. Windows color (decimal): -4269185 or 8379326. OLE color: 8379326.

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

Color convert

RGB 190 219 127 -
CMYK 0.13 0 0.42 0.14
HSL 78.91º 0.56% 0.68% -
HSV(B) 78.91º 0.42% 0.86% -
XYZ 50.4 63.14 29.61 -
YUV 199.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 190 219 127 0.13 0 0.42 0.14 78.91 0.56 0.68
Hex BE DB 7F D 0 2A E 4F 38 44
Octal 276 333 177 15 0 52 16 117 70 104
Binary 10111110 11011011 1111111 1101 0 101010 1110 1001111 111000 1000100

Color Harmonies of #BEDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB7F

Black with #BEDB7F

Text Example


Text Example

White with #BEDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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