Html Css Color HEX #BEDA7D Sulu

📋 copy color: '#BEDA7D'

red 190 ◦ green 218 ◦ blue 125

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

Shades of Sulu #BEDA7D

Tints of Sulu #BEDA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.45%

R = 35.65%
G = 40.9%
B = 23.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#BEDA7D (or 0xBEDA7D) is known color: Sulu. HEX triplet: BE, DA and 7D. RGB value is (190,218,125). Sum of RGB (Red+Green+Blue) = 190+218+125=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7D is #412582. Grayscale: #C7C7C7. Windows color (decimal): -4269443 or 8247998. OLE color: 8247998.

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

Color convert

RGB 190 218 125 -
CMYK 0.13 0 0.43 0.15
HSL 78.06º 0.56% 0.67% -
HSV(B) 78.06º 0.43% 0.85% -
XYZ 50.01 62.57 28.84 -
YUV 199.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 190 218 125 0.13 0 0.43 0.15 78.06 0.56 0.67
Hex BE DA 7D D 0 2B F 4E 38 43
Octal 276 332 175 15 0 53 17 116 70 103
Binary 10111110 11011010 1111101 1101 0 101011 1111 1001110 111000 1000011

Color Harmonies of #BEDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA7D

Black with #BEDA7D

Text Example


Text Example

White with #BEDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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