Html Css Color HEX #BBDD7D Sulu

📋 copy color: '#BBDD7D'

red 187 ◦ green 221 ◦ blue 125

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

Shades of Sulu #BBDD7D

Tints of Sulu #BBDD7D

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

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

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

R = 35.08%
G = 41.46%
B = 23.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BBDD7D (or 0xBBDD7D) is known color: Sulu. HEX triplet: BB, DD and 7D. RGB value is (187,221,125). Sum of RGB (Red+Green+Blue) = 187+221+125=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD7D is #442282. Grayscale: #C8C8C8. Windows color (decimal): -4465283 or 8248763. OLE color: 8248763.

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

Color convert

RGB 187 221 125 -
CMYK 0.15 0 0.43 0.13
HSL 81.25º 0.59% 0.68% -
HSV(B) 81.25º 0.43% 0.87% -
XYZ 50.05 63.76 29.07 -
YUV 199.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 187 221 125 0.15 0 0.43 0.13 81.25 0.59 0.68
Hex BB DD 7D F 0 2B D 51 3B 44
Octal 273 335 175 17 0 53 15 121 73 104
Binary 10111011 11011101 1111101 1111 0 101011 1101 1010001 111011 1000100

Color Harmonies of #BBDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD7D

Black with #BBDD7D

Text Example


Text Example

White with #BBDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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