Html Css Color HEX #BDE78C Sulu

📋 copy color: '#BDE78C'

red 189 ◦ green 231 ◦ blue 140

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

Shades of Sulu #BDE78C

Tints of Sulu #BDE78C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.25%

 BLUE value IS 140 (55.08% from 255) = 25%

R = 33.75%
G = 41.25%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#BDE78C (or 0xBDE78C) is known color: Sulu. HEX triplet: BD, E7 and 8C. RGB value is (189,231,140). Sum of RGB (Red+Green+Blue) = 189+231+140=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE78C is #421873. Grayscale: #D0D0D0. Windows color (decimal): -4331636 or 9234365. OLE color: 9234365.

HSL color Cylindrical-coordinate representation of color #BDE78C: hue angle of 87.69º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE78C is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 140 -
CMYK 0.18 0 0.39 0.09
HSL 87.69º 0.65% 0.73% -
HSV(B) 87.69º 0.39% 0.91% -
XYZ 54.3 69.86 35.43 -
YUV 208.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 189 231 140 0.18 0 0.39 0.09 87.69 0.65 0.73
Hex BD E7 8C 12 0 27 9 58 41 49
Octal 275 347 214 22 0 47 11 130 101 111
Binary 10111101 11100111 10001100 10010 0 100111 1001 1011000 1000001 1001001

Color Harmonies of #BDE78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE78C

Black with #BDE78C

Text Example


Text Example

White with #BDE78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE78C; }

 p { color: rgb(189,231,140); }

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

background-color css

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

 a { background-color: rgb(189,231,140); }

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

border-color css

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

 span { border-color: rgb(189,231,140); }

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