Html Css Color HEX #BDE07C Sulu

📋 copy color: '#BDE07C'

red 189 ◦ green 224 ◦ blue 124

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

Shades of Sulu #BDE07C

Tints of Sulu #BDE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 35.2%
G = 41.71%
B = 23.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BDE07C (or 0xBDE07C) is known color: Sulu. HEX triplet: BD, E0 and 7C. RGB value is (189,224,124). Sum of RGB (Red+Green+Blue) = 189+224+124=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE07C is #421F83. Grayscale: #CACACA. Windows color (decimal): -4333444 or 8183997. OLE color: 8183997.

HSL color Cylindrical-coordinate representation of color #BDE07C: hue angle of 81º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDE07C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 124 -
CMYK 0.16 0 0.45 0.12
HSL 81º 0.62% 0.68% -
HSV(B) 81º 0.45% 0.88% -
XYZ 51.28 65.59 29.03 -
YUV 202.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 189 224 124 0.16 0 0.45 0.12 81 0.62 0.68
Hex BD E0 7C 10 0 2D C 51 3E 44
Octal 275 340 174 20 0 55 14 121 76 104
Binary 10111101 11100000 1111100 10000 0 101101 1100 1010001 111110 1000100

Color Harmonies of #BDE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE07C

Black with #BDE07C

Text Example


Text Example

White with #BDE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE07C; }

 p { color: rgb(189,224,124); }

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

background-color css

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

 a { background-color: rgb(189,224,124); }

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

border-color css

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

 span { border-color: rgb(189,224,124); }

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