Html Css Color HEX #BDF287 Sulu

📋 copy color: '#BDF287'

red 189 ◦ green 242 ◦ blue 135

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

Shades of Sulu #BDF287

Tints of Sulu #BDF287

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

 BLUE value IS 135 (53.13% from 255) = 23.85%

R = 33.39%
G = 42.76%
B = 23.85%

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

#BDF287 (or 0xBDF287) is known color: Sulu. HEX triplet: BD, F2 and 87. RGB value is (189,242,135). Sum of RGB (Red+Green+Blue) = 189+242+135=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF287 is #420D78. Grayscale: #D6D6D6. Windows color (decimal): -4328825 or 8909501. OLE color: 8909501.

HSL color Cylindrical-coordinate representation of color #BDF287: hue angle of 89.72º degrees, saturation: 0.8, 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 #BDF287 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 135 -
CMYK 0.22 0 0.44 0.05
HSL 89.72º 0.8% 0.74% -
HSV(B) 89.72º 0.44% 0.95% -
XYZ 57.11 76.07 34.6 -
YUV 213.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 189 242 135 0.22 0 0.44 0.05 89.72 0.8 0.74
Hex BD F2 87 16 0 2C 5 5A 50 4A
Octal 275 362 207 26 0 54 5 132 120 112
Binary 10111101 11110010 10000111 10110 0 101100 101 1011010 1010000 1001010

Color Harmonies of #BDF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF287

Black with #BDF287

Text Example


Text Example

White with #BDF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF287; }

 p { color: rgb(189,242,135); }

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

background-color css

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

 a { background-color: rgb(189,242,135); }

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

border-color css

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

 span { border-color: rgb(189,242,135); }

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