Html Css Color HEX #BEDC71 Sulu

📋 copy color: '#BEDC71'

red 190 ◦ green 220 ◦ blue 113

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

Shades of Sulu #BEDC71

Tints of Sulu #BEDC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

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

R = 36.33%
G = 42.07%
B = 21.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BEDC71 (or 0xBEDC71) is known color: Sulu. HEX triplet: BE, DC and 71. RGB value is (190,220,113). Sum of RGB (Red+Green+Blue) = 190+220+113=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC71 is #41238E. Grayscale: #C7C7C7. Windows color (decimal): -4268943 or 7462078. OLE color: 7462078.

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

Color convert

RGB 190 220 113 -
CMYK 0.14 0 0.49 0.14
HSL 76.82º 0.6% 0.65% -
HSV(B) 76.82º 0.49% 0.86% -
XYZ 49.81 63.33 25.22 -
YUV 198.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 190 220 113 0.14 0 0.49 0.14 76.82 0.6 0.65
Hex BE DC 71 E 0 31 E 4D 3C 41
Octal 276 334 161 16 0 61 16 115 74 101
Binary 10111110 11011100 1110001 1110 0 110001 1110 1001101 111100 1000001

Color Harmonies of #BEDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC71

Black with #BEDC71

Text Example


Text Example

White with #BEDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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