Html Css Color HEX #BEDD7C Sulu

📋 copy color: '#BEDD7C'

red 190 ◦ green 221 ◦ blue 124

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

Shades of Sulu #BEDD7C

Tints of Sulu #BEDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.18%

R = 35.51%
G = 41.31%
B = 23.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BEDD7C (or 0xBEDD7C) is known color: Sulu. HEX triplet: BE, DD and 7C. RGB value is (190,221,124). Sum of RGB (Red+Green+Blue) = 190+221+124=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD7C is #412283. Grayscale: #C9C9C9. Windows color (decimal): -4268676 or 8183230. OLE color: 8183230.

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

Color convert

RGB 190 221 124 -
CMYK 0.14 0 0.44 0.13
HSL 79.18º 0.59% 0.68% -
HSV(B) 79.18º 0.44% 0.87% -
XYZ 50.73 64.12 28.77 -
YUV 200.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 190 221 124 0.14 0 0.44 0.13 79.18 0.59 0.68
Hex BE DD 7C E 0 2C D 4F 3B 44
Octal 276 335 174 16 0 54 15 117 73 104
Binary 10111110 11011101 1111100 1110 0 101100 1101 1001111 111011 1000100

Color Harmonies of #BEDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD7C

Black with #BEDD7C

Text Example


Text Example

White with #BEDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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