Html Css Color HEX #BDDC7D Sulu

📋 copy color: '#BDDC7D'

red 189 ◦ green 220 ◦ blue 125

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

Shades of Sulu #BDDC7D

Tints of Sulu #BDDC7D

RGB

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

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

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

R = 35.39%
G = 41.2%
B = 23.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BDDC7D (or 0xBDDC7D) is known color: Sulu. HEX triplet: BD, DC and 7D. RGB value is (189,220,125). Sum of RGB (Red+Green+Blue) = 189+220+125=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7D is #422382. Grayscale: #C8C8C8. Windows color (decimal): -4334467 or 8248509. OLE color: 8248509.

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

Color convert

RGB 189 220 125 -
CMYK 0.14 0 0.43 0.14
HSL 79.58º 0.58% 0.68% -
HSV(B) 79.58º 0.43% 0.86% -
XYZ 50.28 63.49 29.01 -
YUV 199.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 189 220 125 0.14 0 0.43 0.14 79.58 0.58 0.68
Hex BD DC 7D E 0 2B E 50 3A 44
Octal 275 334 175 16 0 53 16 120 72 104
Binary 10111101 11011100 1111101 1110 0 101011 1110 1010000 111010 1000100

Color Harmonies of #BDDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC7D

Black with #BDDC7D

Text Example


Text Example

White with #BDDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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