Html Css Color HEX #BEDD7B Sulu

📋 copy color: '#BEDD7B'

red 190 ◦ green 221 ◦ blue 123

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

Shades of Sulu #BEDD7B

Tints of Sulu #BEDD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.03%

R = 35.58%
G = 41.39%
B = 23.03%

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

#BEDD7B (or 0xBEDD7B) is known color: Sulu. HEX triplet: BE, DD and 7B. RGB value is (190,221,123). Sum of RGB (Red+Green+Blue) = 190+221+123=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD7B is #412284. Grayscale: #C8C8C8. Windows color (decimal): -4268677 or 8117694. OLE color: 8117694.

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

Color convert

RGB 190 221 123 -
CMYK 0.14 0 0.44 0.13
HSL 78.98º 0.59% 0.67% -
HSV(B) 78.98º 0.44% 0.87% -
XYZ 50.67 64.09 28.44 -
YUV 200.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 190 221 123 0.14 0 0.44 0.13 78.98 0.59 0.67
Hex BE DD 7B E 0 2C D 4F 3B 43
Octal 276 335 173 16 0 54 15 117 73 103
Binary 10111110 11011101 1111011 1110 0 101100 1101 1001111 111011 1000011

Color Harmonies of #BEDD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD7B

Black with #BEDD7B

Text Example


Text Example

White with #BEDD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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