Html Css Color HEX #BEDD71 Sulu

📋 copy color: '#BEDD71'

red 190 ◦ green 221 ◦ blue 113

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

Shades of Sulu #BEDD71

Tints of Sulu #BEDD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 36.26%
G = 42.18%
B = 21.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BEDD71 (or 0xBEDD71) is known color: Sulu. HEX triplet: BE, DD and 71. RGB value is (190,221,113). Sum of RGB (Red+Green+Blue) = 190+221+113=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD71 is #41228E. Grayscale: #C7C7C7. Windows color (decimal): -4268687 or 7462334. OLE color: 7462334.

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

Color convert

RGB 190 221 113 -
CMYK 0.14 0 0.49 0.13
HSL 77.22º 0.61% 0.65% -
HSV(B) 77.22º 0.49% 0.87% -
XYZ 50.07 63.85 25.31 -
YUV 199.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 190 221 113 0.14 0 0.49 0.13 77.22 0.61 0.65
Hex BE DD 71 E 0 31 D 4D 3D 41
Octal 276 335 161 16 0 61 15 115 75 101
Binary 10111110 11011101 1110001 1110 0 110001 1101 1001101 111101 1000001

Color Harmonies of #BEDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD71

Black with #BEDD71

Text Example


Text Example

White with #BEDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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