Html Css Color HEX #BDF963 Sulu

📋 copy color: '#BDF963'

red 189 ◦ green 249 ◦ blue 99

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

Shades of Sulu #BDF963

Tints of Sulu #BDF963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.37%

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

R = 35.2%
G = 46.37%
B = 18.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#BDF963 (or 0xBDF963) is known color: Sulu. HEX triplet: BD, F9 and 63. RGB value is (189,249,99). Sum of RGB (Red+Green+Blue) = 189+249+99=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF963 is #42069C. Grayscale: #D6D6D6. Windows color (decimal): -4327069 or 6551997. OLE color: 6551997.

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

Color convert

RGB 189 249 99 -
CMYK 0.24 0 0.60 0.02
HSL 84º 0.93% 0.68% -
HSV(B) 84º 0.6% 0.98% -
XYZ 57.11 79.47 24.13 -
YUV 213.96 63.12 110.2 -
System Red Green Blue C M Y K H S L
Decimal 189 249 99 0.24 0 0.60 0.02 84 0.93 0.68
Hex BD F9 63 18 0 3C 2 54 5D 44
Octal 275 371 143 30 0 74 2 124 135 104
Binary 10111101 11111001 1100011 11000 0 111100 10 1010100 1011101 1000100

Color Harmonies of #BDF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF963

Black with #BDF963

Text Example


Text Example

White with #BDF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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