Html Css Color HEX #BDDC7F Sulu

📋 copy color: '#BDDC7F'

red 189 ◦ green 220 ◦ blue 127

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

Shades of Sulu #BDDC7F

Tints of Sulu #BDDC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 35.26%
G = 41.04%
B = 23.69%

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

#BDDC7F (or 0xBDDC7F) is known color: Sulu. HEX triplet: BD, DC and 7F. RGB value is (189,220,127). Sum of RGB (Red+Green+Blue) = 189+220+127=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7F is #422380. Grayscale: #C8C8C8. Windows color (decimal): -4334465 or 8379581. OLE color: 8379581.

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

Color convert

RGB 189 220 127 -
CMYK 0.14 0 0.42 0.14
HSL 80º 0.57% 0.68% -
HSV(B) 80º 0.42% 0.86% -
XYZ 50.41 63.54 29.69 -
YUV 200.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 189 220 127 0.14 0 0.42 0.14 80 0.57 0.68
Hex BD DC 7F E 0 2A E 50 39 44
Octal 275 334 177 16 0 52 16 120 71 104
Binary 10111101 11011100 1111111 1110 0 101010 1110 1010000 111001 1000100

Color Harmonies of #BDDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC7F

Black with #BDDC7F

Text Example


Text Example

White with #BDDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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