Html Css Color HEX #BDE68D Sulu

📋 copy color: '#BDE68D'

red 189 ◦ green 230 ◦ blue 141

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

Shades of Sulu #BDE68D

Tints of Sulu #BDE68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.07%

 BLUE value IS 141 (55.47% from 255) = 25.18%

R = 33.75%
G = 41.07%
B = 25.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#BDE68D (or 0xBDE68D) is known color: Sulu. HEX triplet: BD, E6 and 8D. RGB value is (189,230,141). Sum of RGB (Red+Green+Blue) = 189+230+141=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE68D is #421972. Grayscale: #CFCFCF. Windows color (decimal): -4331891 or 9299645. OLE color: 9299645.

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

Color convert

RGB 189 230 141 -
CMYK 0.18 0 0.39 0.10
HSL 87.64º 0.64% 0.73% -
HSV(B) 87.64º 0.39% 0.9% -
XYZ 54.09 69.34 35.73 -
YUV 207.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 189 230 141 0.18 0 0.39 0.10 87.64 0.64 0.73
Hex BD E6 8D 12 0 27 A 58 40 49
Octal 275 346 215 22 0 47 12 130 100 111
Binary 10111101 11100110 10001101 10010 0 100111 1010 1011000 1000000 1001001

Color Harmonies of #BDE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE68D

Black with #BDE68D

Text Example


Text Example

White with #BDE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE68D; }

 p { color: rgb(189,230,141); }

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

background-color css

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

 a { background-color: rgb(189,230,141); }

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

border-color css

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

 span { border-color: rgb(189,230,141); }

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