Html Css Color HEX #BEDC75 Sulu

📋 copy color: '#BEDC75'

red 190 ◦ green 220 ◦ blue 117

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

Shades of Sulu #BEDC75

Tints of Sulu #BEDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 36.05%
G = 41.75%
B = 22.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BEDC75 (or 0xBEDC75) is known color: Sulu. HEX triplet: BE, DC and 75. RGB value is (190,220,117). Sum of RGB (Red+Green+Blue) = 190+220+117=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC75 is #41238A. Grayscale: #C7C7C7. Windows color (decimal): -4268939 or 7724222. OLE color: 7724222.

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

Color convert

RGB 190 220 117 -
CMYK 0.14 0 0.47 0.14
HSL 77.48º 0.6% 0.66% -
HSV(B) 77.48º 0.47% 0.86% -
XYZ 50.04 63.42 26.43 -
YUV 199.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 190 220 117 0.14 0 0.47 0.14 77.48 0.6 0.66
Hex BE DC 75 E 0 2F E 4D 3C 42
Octal 276 334 165 16 0 57 16 115 74 102
Binary 10111110 11011100 1110101 1110 0 101111 1110 1001101 111100 1000010

Color Harmonies of #BEDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC75

Black with #BEDC75

Text Example


Text Example

White with #BEDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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