Html Css Color HEX #BDDD7F Sulu

📋 copy color: '#BDDD7F'

red 189 ◦ green 221 ◦ blue 127

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

Shades of Sulu #BDDD7F

Tints of Sulu #BDDD7F

RGB

 RED value IS 189 (74.22% from 255) = 35.2%

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

 BLUE value IS 127 (50% from 255) = 23.65%

R = 35.2%
G = 41.15%
B = 23.65%

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

#BDDD7F (or 0xBDDD7F) is known color: Sulu. HEX triplet: BD, DD and 7F. RGB value is (189,221,127). Sum of RGB (Red+Green+Blue) = 189+221+127=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD7F is #422280. Grayscale: #C9C9C9. Windows color (decimal): -4334209 or 8379837. OLE color: 8379837.

HSL color Cylindrical-coordinate representation of color #BDDD7F: hue angle of 80.43º degrees, saturation: 0.58, 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 #BDDD7F is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 127 -
CMYK 0.14 0 0.43 0.13
HSL 80.43º 0.58% 0.68% -
HSV(B) 80.43º 0.43% 0.87% -
XYZ 50.67 64.06 29.77 -
YUV 200.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 189 221 127 0.14 0 0.43 0.13 80.43 0.58 0.68
Hex BD DD 7F E 0 2B D 50 3A 44
Octal 275 335 177 16 0 53 15 120 72 104
Binary 10111101 11011101 1111111 1110 0 101011 1101 1010000 111010 1000100

Color Harmonies of #BDDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD7F

Black with #BDDD7F

Text Example


Text Example

White with #BDDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD7F; }

 p { color: rgb(189,221,127); }

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

background-color css

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

 a { background-color: rgb(189,221,127); }

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

border-color css

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

 span { border-color: rgb(189,221,127); }

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