Html Css Color HEX #BDDE7D Sulu

📋 copy color: '#BDDE7D'

red 189 ◦ green 222 ◦ blue 125

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

Shades of Sulu #BDDE7D

Tints of Sulu #BDDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

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

R = 35.26%
G = 41.42%
B = 23.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BDDE7D (or 0xBDDE7D) is known color: Sulu. HEX triplet: BD, DE and 7D. RGB value is (189,222,125). Sum of RGB (Red+Green+Blue) = 189+222+125=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE7D is #422182. Grayscale: #C9C9C9. Windows color (decimal): -4333955 or 8249021. OLE color: 8249021.

HSL color Cylindrical-coordinate representation of color #BDDE7D: hue angle of 80.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDE7D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 125 -
CMYK 0.15 0 0.44 0.13
HSL 80.41º 0.6% 0.68% -
HSV(B) 80.41º 0.44% 0.87% -
XYZ 50.81 64.54 29.18 -
YUV 201.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 189 222 125 0.15 0 0.44 0.13 80.41 0.6 0.68
Hex BD DE 7D F 0 2C D 50 3C 44
Octal 275 336 175 17 0 54 15 120 74 104
Binary 10111101 11011110 1111101 1111 0 101100 1101 1010000 111100 1000100

Color Harmonies of #BDDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE7D

Black with #BDDE7D

Text Example


Text Example

White with #BDDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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