Html Css Color HEX #BDEF8D Sulu

📋 copy color: '#BDEF8D'

red 189 ◦ green 239 ◦ blue 141

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

Shades of Sulu #BDEF8D

Tints of Sulu #BDEF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

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

R = 33.22%
G = 42%
B = 24.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#BDEF8D (or 0xBDEF8D) is known color: Sulu. HEX triplet: BD, EF and 8D. RGB value is (189,239,141). Sum of RGB (Red+Green+Blue) = 189+239+141=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF8D is #421072. Grayscale: #D5D5D5. Windows color (decimal): -4329587 or 9301949. OLE color: 9301949.

HSL color Cylindrical-coordinate representation of color #BDEF8D: hue angle of 90.61º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDEF8D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 141 -
CMYK 0.21 0 0.41 0.06
HSL 90.61º 0.75% 0.75% -
HSV(B) 90.61º 0.41% 0.94% -
XYZ 56.66 74.47 36.59 -
YUV 212.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 189 239 141 0.21 0 0.41 0.06 90.61 0.75 0.75
Hex BD EF 8D 15 0 29 6 5B 4B 4B
Octal 275 357 215 25 0 51 6 133 113 113
Binary 10111101 11101111 10001101 10101 0 101001 110 1011011 1001011 1001011

Color Harmonies of #BDEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF8D

Black with #BDEF8D

Text Example


Text Example

White with #BDEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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