Html Css Color HEX #BDF188 Sulu

📋 copy color: '#BDF188'

red 189 ◦ green 241 ◦ blue 136

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

Shades of Sulu #BDF188

Tints of Sulu #BDF188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 33.39%
G = 42.58%
B = 24.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BDF188 (or 0xBDF188) is known color: Sulu. HEX triplet: BD, F1 and 88. RGB value is (189,241,136). Sum of RGB (Red+Green+Blue) = 189+241+136=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF188 is #420E77. Grayscale: #D5D5D5. Windows color (decimal): -4329080 or 8974781. OLE color: 8974781.

HSL color Cylindrical-coordinate representation of color #BDF188: hue angle of 89.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF188 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 136 -
CMYK 0.22 0 0.44 0.05
HSL 89.71º 0.79% 0.74% -
HSV(B) 89.71º 0.44% 0.95% -
XYZ 56.89 75.51 34.87 -
YUV 213.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 189 241 136 0.22 0 0.44 0.05 89.71 0.79 0.74
Hex BD F1 88 16 0 2C 5 5A 4F 4A
Octal 275 361 210 26 0 54 5 132 117 112
Binary 10111101 11110001 10001000 10110 0 101100 101 1011010 1001111 1001010

Color Harmonies of #BDF188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF188

Black with #BDF188

Text Example


Text Example

White with #BDF188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF188; }

 p { color: rgb(189,241,136); }

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

background-color css

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

 a { background-color: rgb(189,241,136); }

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

border-color css

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

 span { border-color: rgb(189,241,136); }

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