Html Css Color HEX #BDDB7F Sulu

📋 copy color: '#BDDB7F'

red 189 ◦ green 219 ◦ blue 127

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

Shades of Sulu #BDDB7F

Tints of Sulu #BDDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

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

R = 35.33%
G = 40.93%
B = 23.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BDDB7F (or 0xBDDB7F) is known color: Sulu. HEX triplet: BD, DB and 7F. RGB value is (189,219,127). Sum of RGB (Red+Green+Blue) = 189+219+127=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7F is #422480. Grayscale: #C7C7C7. Windows color (decimal): -4334721 or 8379325. OLE color: 8379325.

HSL color Cylindrical-coordinate representation of color #BDDB7F: hue angle of 79.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDDB7F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 127 -
CMYK 0.14 0 0.42 0.14
HSL 79.57º 0.56% 0.68% -
HSV(B) 79.57º 0.42% 0.86% -
XYZ 50.15 63.01 29.6 -
YUV 199.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 189 219 127 0.14 0 0.42 0.14 79.57 0.56 0.68
Hex BD DB 7F E 0 2A E 50 38 44
Octal 275 333 177 16 0 52 16 120 70 104
Binary 10111101 11011011 1111111 1110 0 101010 1110 1010000 111000 1000100

Color Harmonies of #BDDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB7F

Black with #BDDB7F

Text Example


Text Example

White with #BDDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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