Html Css Color HEX #BEDB71 Sulu

📋 copy color: '#BEDB71'

red 190 ◦ green 219 ◦ blue 113

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

Shades of Sulu #BEDB71

Tints of Sulu #BEDB71

RGB

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

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

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

R = 36.4%
G = 41.95%
B = 21.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BEDB71 (or 0xBEDB71) is known color: Sulu. HEX triplet: BE, DB and 71. RGB value is (190,219,113). Sum of RGB (Red+Green+Blue) = 190+219+113=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB71 is #41248E. Grayscale: #C6C6C6. Windows color (decimal): -4269199 or 7461822. OLE color: 7461822.

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

Color convert

RGB 190 219 113 -
CMYK 0.13 0 0.48 0.14
HSL 76.42º 0.6% 0.65% -
HSV(B) 76.42º 0.48% 0.86% -
XYZ 49.55 62.8 25.13 -
YUV 198.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 190 219 113 0.13 0 0.48 0.14 76.42 0.6 0.65
Hex BE DB 71 D 0 30 E 4C 3C 41
Octal 276 333 161 15 0 60 16 114 74 101
Binary 10111110 11011011 1110001 1101 0 110000 1110 1001100 111100 1000001

Color Harmonies of #BEDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB71

Black with #BEDB71

Text Example


Text Example

White with #BEDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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