Html Css Color HEX #BDFC63 Sulu

📋 copy color: '#BDFC63'

red 189 ◦ green 252 ◦ blue 99

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

Shades of Sulu #BDFC63

Tints of Sulu #BDFC63

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

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

R = 35%
G = 46.67%
B = 18.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#BDFC63 (or 0xBDFC63) is known color: Sulu. HEX triplet: BD, FC and 63. RGB value is (189,252,99). Sum of RGB (Red+Green+Blue) = 189+252+99=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC63 is #42039C. Grayscale: #D8D8D8. Windows color (decimal): -4326301 or 6552765. OLE color: 6552765.

HSL color Cylindrical-coordinate representation of color #BDFC63: hue angle of 84.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDFC63 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 99 -
CMYK 0.25 0 0.61 0.01
HSL 84.71º 0.96% 0.69% -
HSV(B) 84.71º 0.61% 0.99% -
XYZ 58.05 81.34 24.45 -
YUV 215.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 189 252 99 0.25 0 0.61 0.01 84.71 0.96 0.69
Hex BD FC 63 19 0 3D 1 55 60 45
Octal 275 374 143 31 0 75 1 125 140 105
Binary 10111101 11111100 1100011 11001 0 111101 1 1010101 1100000 1000101

Color Harmonies of #BDFC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC63

Black with #BDFC63

Text Example


Text Example

White with #BDFC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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