Html Css Color HEX #BDF863 Sulu

📋 copy color: '#BDF863'

red 189 ◦ green 248 ◦ blue 99

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

Shades of Sulu #BDF863

Tints of Sulu #BDF863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

 BLUE value IS 99 (39.06% from 255) = 18.47%

R = 35.26%
G = 46.27%
B = 18.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BDF863 (or 0xBDF863) is known color: Sulu. HEX triplet: BD, F8 and 63. RGB value is (189,248,99). Sum of RGB (Red+Green+Blue) = 189+248+99=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF863 is #42079C. Grayscale: #D5D5D5. Windows color (decimal): -4327325 or 6551741. OLE color: 6551741.

HSL color Cylindrical-coordinate representation of color #BDF863: hue angle of 83.76º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF863 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 99 -
CMYK 0.24 0 0.60 0.03
HSL 83.76º 0.91% 0.68% -
HSV(B) 83.76º 0.6% 0.97% -
XYZ 56.81 78.85 24.03 -
YUV 213.37 63.45 110.62 -
System Red Green Blue C M Y K H S L
Decimal 189 248 99 0.24 0 0.60 0.03 83.76 0.91 0.68
Hex BD F8 63 18 0 3C 3 54 5B 44
Octal 275 370 143 30 0 74 3 124 133 104
Binary 10111101 11111000 1100011 11000 0 111100 11 1010100 1011011 1000100

Color Harmonies of #BDF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF863

Black with #BDF863

Text Example


Text Example

White with #BDF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF863; }

 p { color: rgb(189,248,99); }

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

background-color css

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

 a { background-color: rgb(189,248,99); }

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

border-color css

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

 span { border-color: rgb(189,248,99); }

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