Html Css Color HEX #BEDD81 Sulu

📋 copy color: '#BEDD81'

red 190 ◦ green 221 ◦ blue 129

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

Shades of Sulu #BEDD81

Tints of Sulu #BEDD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.89%

R = 35.19%
G = 40.93%
B = 23.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#BEDD81 (or 0xBEDD81) is known color: Sulu. HEX triplet: BE, DD and 81. RGB value is (190,221,129). Sum of RGB (Red+Green+Blue) = 190+221+129=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD81 is #41227E. Grayscale: #C9C9C9. Windows color (decimal): -4268671 or 8510910. OLE color: 8510910.

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

Color convert

RGB 190 221 129 -
CMYK 0.14 0 0.42 0.13
HSL 80.22º 0.58% 0.69% -
HSV(B) 80.22º 0.42% 0.87% -
XYZ 51.05 64.25 30.48 -
YUV 201.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 190 221 129 0.14 0 0.42 0.13 80.22 0.58 0.69
Hex BE DD 81 E 0 2A D 50 3A 45
Octal 276 335 201 16 0 52 15 120 72 105
Binary 10111110 11011101 10000001 1110 0 101010 1101 1010000 111010 1000101

Color Harmonies of #BEDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD81

Black with #BEDD81

Text Example


Text Example

White with #BEDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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