Html Css Color HEX #BDF785 Sulu

📋 copy color: '#BDF785'

red 189 ◦ green 247 ◦ blue 133

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

Shades of Sulu #BDF785

Tints of Sulu #BDF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

 BLUE value IS 133 (52.34% from 255) = 23.37%

R = 33.22%
G = 43.41%
B = 23.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#BDF785 (or 0xBDF785) is known color: Sulu. HEX triplet: BD, F7 and 85. RGB value is (189,247,133). Sum of RGB (Red+Green+Blue) = 189+247+133=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF785 is #42087A. Grayscale: #D9D9D9. Windows color (decimal): -4327547 or 8779709. OLE color: 8779709.

HSL color Cylindrical-coordinate representation of color #BDF785: hue angle of 90.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF785 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 133 -
CMYK 0.23 0 0.46 0.03
HSL 90.53º 0.88% 0.75% -
HSV(B) 90.53º 0.46% 0.97% -
XYZ 58.48 79.03 34.36 -
YUV 216.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 189 247 133 0.23 0 0.46 0.03 90.53 0.88 0.75
Hex BD F7 85 17 0 2E 3 5B 58 4B
Octal 275 367 205 27 0 56 3 133 130 113
Binary 10111101 11110111 10000101 10111 0 101110 11 1011011 1011000 1001011

Color Harmonies of #BDF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF785

Black with #BDF785

Text Example


Text Example

White with #BDF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF785; }

 p { color: rgb(189,247,133); }

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

background-color css

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

 a { background-color: rgb(189,247,133); }

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

border-color css

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

 span { border-color: rgb(189,247,133); }

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