Html Css Color HEX #BEDD72 Sulu

📋 copy color: '#BEDD72'

red 190 ◦ green 221 ◦ blue 114

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

Shades of Sulu #BEDD72

Tints of Sulu #BEDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.1%

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 36.19%
G = 42.1%
B = 21.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BEDD72 (or 0xBEDD72) is known color: Sulu. HEX triplet: BE, DD and 72. RGB value is (190,221,114). Sum of RGB (Red+Green+Blue) = 190+221+114=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD72 is #41228D. Grayscale: #C7C7C7. Windows color (decimal): -4268686 or 7527870. OLE color: 7527870.

HSL color Cylindrical-coordinate representation of color #BEDD72: hue angle of 77.38º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEDD72 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 114 -
CMYK 0.14 0 0.48 0.13
HSL 77.38º 0.61% 0.66% -
HSV(B) 77.38º 0.48% 0.87% -
XYZ 50.13 63.87 25.61 -
YUV 199.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 190 221 114 0.14 0 0.48 0.13 77.38 0.61 0.66
Hex BE DD 72 E 0 30 D 4D 3D 42
Octal 276 335 162 16 0 60 15 115 75 102
Binary 10111110 11011101 1110010 1110 0 110000 1101 1001101 111101 1000010

Color Harmonies of #BEDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD72

Black with #BEDD72

Text Example


Text Example

White with #BEDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD72; }

 p { color: rgb(190,221,114); }

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

background-color css

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

 a { background-color: rgb(190,221,114); }

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

border-color css

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

 span { border-color: rgb(190,221,114); }

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