Html Css Color HEX #BDE87D Sulu

📋 copy color: '#BDE87D'

red 189 ◦ green 232 ◦ blue 125

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

Shades of Sulu #BDE87D

Tints of Sulu #BDE87D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.49%

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

R = 34.62%
G = 42.49%
B = 22.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#BDE87D (or 0xBDE87D) is known color: Sulu. HEX triplet: BD, E8 and 7D. RGB value is (189,232,125). Sum of RGB (Red+Green+Blue) = 189+232+125=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE87D is #421782. Grayscale: #CFCFCF. Windows color (decimal): -4331395 or 8251581. OLE color: 8251581.

HSL color Cylindrical-coordinate representation of color #BDE87D: hue angle of 84.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDE87D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 125 -
CMYK 0.19 0 0.46 0.09
HSL 84.11º 0.7% 0.7% -
HSV(B) 84.11º 0.46% 0.91% -
XYZ 53.54 70.01 30.09 -
YUV 206.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 189 232 125 0.19 0 0.46 0.09 84.11 0.7 0.7
Hex BD E8 7D 13 0 2E 9 54 46 46
Octal 275 350 175 23 0 56 11 124 106 106
Binary 10111101 11101000 1111101 10011 0 101110 1001 1010100 1000110 1000110

Color Harmonies of #BDE87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE87D

Black with #BDE87D

Text Example


Text Example

White with #BDE87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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