Html Css Color HEX #BEDD7D Sulu

📋 copy color: '#BEDD7D'

red 190 ◦ green 221 ◦ blue 125

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

Shades of Sulu #BEDD7D

Tints of Sulu #BEDD7D

RGB

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

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

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

R = 35.45%
G = 41.23%
B = 23.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BEDD7D (or 0xBEDD7D) is known color: Sulu. HEX triplet: BE, DD and 7D. RGB value is (190,221,125). Sum of RGB (Red+Green+Blue) = 190+221+125=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD7D is #412282. Grayscale: #C9C9C9. Windows color (decimal): -4268675 or 8248766. OLE color: 8248766.

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

Color convert

RGB 190 221 125 -
CMYK 0.14 0 0.43 0.13
HSL 79.38º 0.59% 0.68% -
HSV(B) 79.38º 0.43% 0.87% -
XYZ 50.79 64.14 29.11 -
YUV 200.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 190 221 125 0.14 0 0.43 0.13 79.38 0.59 0.68
Hex BE DD 7D E 0 2B D 4F 3B 44
Octal 276 335 175 16 0 53 15 117 73 104
Binary 10111110 11011101 1111101 1110 0 101011 1101 1001111 111011 1000100

Color Harmonies of #BEDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD7D

Black with #BEDD7D

Text Example


Text Example

White with #BEDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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