Html Css Color HEX #BED57E Sulu

📋 copy color: '#BED57E'

red 190 ◦ green 213 ◦ blue 126

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

Shades of Sulu #BED57E

Tints of Sulu #BED57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 35.92%
G = 40.26%
B = 23.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BED57E (or 0xBED57E) is known color: Sulu. HEX triplet: BE, D5 and 7E. RGB value is (190,213,126). Sum of RGB (Red+Green+Blue) = 190+213+126=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #BED57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED57E is #412A81. Grayscale: #C4C4C4. Windows color (decimal): -4270722 or 8312254. OLE color: 8312254.

HSL color Cylindrical-coordinate representation of color #BED57E: hue angle of 75.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED57E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 126 -
CMYK 0.11 0 0.41 0.16
HSL 75.86º 0.51% 0.66% -
HSV(B) 75.86º 0.41% 0.84% -
XYZ 48.8 60.04 28.76 -
YUV 196.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 190 213 126 0.11 0 0.41 0.16 75.86 0.51 0.66
Hex BE D5 7E B 0 29 10 4C 33 42
Octal 276 325 176 13 0 51 20 114 63 102
Binary 10111110 11010101 1111110 1011 0 101001 10000 1001100 110011 1000010

Color Harmonies of #BED57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED57E

Black with #BED57E

Text Example


Text Example

White with #BED57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED57E; }

 p { color: rgb(190,213,126); }

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

background-color css

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

 a { background-color: rgb(190,213,126); }

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

border-color css

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

 span { border-color: rgb(190,213,126); }

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