Html Css Color HEX #BEDC70 Sulu

📋 copy color: '#BEDC70'

red 190 ◦ green 220 ◦ blue 112

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

Shades of Sulu #BEDC70

Tints of Sulu #BEDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 36.4%
G = 42.15%
B = 21.46%

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

#BEDC70 (or 0xBEDC70) is known color: Sulu. HEX triplet: BE, DC and 70. RGB value is (190,220,112). Sum of RGB (Red+Green+Blue) = 190+220+112=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC70 is #41238F. Grayscale: #C7C7C7. Windows color (decimal): -4268944 or 7396542. OLE color: 7396542.

HSL color Cylindrical-coordinate representation of color #BEDC70: hue angle of 76.67º degrees, saturation: 0.61, 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 #BEDC70 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 112 -
CMYK 0.14 0 0.49 0.14
HSL 76.67º 0.61% 0.65% -
HSV(B) 76.67º 0.49% 0.86% -
XYZ 49.75 63.3 24.93 -
YUV 198.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 190 220 112 0.14 0 0.49 0.14 76.67 0.61 0.65
Hex BE DC 70 E 0 31 E 4D 3D 41
Octal 276 334 160 16 0 61 16 115 75 101
Binary 10111110 11011100 1110000 1110 0 110001 1110 1001101 111101 1000001

Color Harmonies of #BEDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC70

Black with #BEDC70

Text Example


Text Example

White with #BEDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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