Html Css Color HEX #BEDC7D Sulu

📋 copy color: '#BEDC7D'

red 190 ◦ green 220 ◦ blue 125

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

Shades of Sulu #BEDC7D

Tints of Sulu #BEDC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 35.51%
G = 41.12%
B = 23.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BEDC7D (or 0xBEDC7D) is known color: Sulu. HEX triplet: BE, DC and 7D. RGB value is (190,220,125). Sum of RGB (Red+Green+Blue) = 190+220+125=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC7D is #412382. Grayscale: #C8C8C8. Windows color (decimal): -4268931 or 8248510. OLE color: 8248510.

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

Color convert

RGB 190 220 125 -
CMYK 0.14 0 0.43 0.14
HSL 78.95º 0.58% 0.68% -
HSV(B) 78.95º 0.43% 0.86% -
XYZ 50.53 63.61 29.02 -
YUV 200.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 190 220 125 0.14 0 0.43 0.14 78.95 0.58 0.68
Hex BE DC 7D E 0 2B E 4F 3A 44
Octal 276 334 175 16 0 53 16 117 72 104
Binary 10111110 11011100 1111101 1110 0 101011 1110 1001111 111010 1000100

Color Harmonies of #BEDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC7D

Black with #BEDC7D

Text Example


Text Example

White with #BEDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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