Html Css Color HEX #BDE78E Sulu

📋 copy color: '#BDE78E'

red 189 ◦ green 231 ◦ blue 142

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

Shades of Sulu #BDE78E

Tints of Sulu #BDE78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.27%

R = 33.63%
G = 41.1%
B = 25.27%

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

#BDE78E (or 0xBDE78E) is known color: Sulu. HEX triplet: BD, E7 and 8E. RGB value is (189,231,142). Sum of RGB (Red+Green+Blue) = 189+231+142=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE78E is #421871. Grayscale: #D0D0D0. Windows color (decimal): -4331634 or 9365437. OLE color: 9365437.

HSL color Cylindrical-coordinate representation of color #BDE78E: hue angle of 88.31º 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 #BDE78E is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 142 -
CMYK 0.18 0 0.39 0.09
HSL 88.31º 0.65% 0.73% -
HSV(B) 88.31º 0.39% 0.91% -
XYZ 54.44 69.92 36.22 -
YUV 208.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 189 231 142 0.18 0 0.39 0.09 88.31 0.65 0.73
Hex BD E7 8E 12 0 27 9 58 41 49
Octal 275 347 216 22 0 47 11 130 101 111
Binary 10111101 11100111 10001110 10010 0 100111 1001 1011000 1000001 1001001

Color Harmonies of #BDE78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE78E

Black with #BDE78E

Text Example


Text Example

White with #BDE78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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