Html Css Color HEX #BDFC73 Sulu

📋 copy color: '#BDFC73'

red 189 ◦ green 252 ◦ blue 115

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

Shades of Sulu #BDFC73

Tints of Sulu #BDFC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.68%

R = 33.99%
G = 45.32%
B = 20.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#BDFC73 (or 0xBDFC73) is known color: Sulu. HEX triplet: BD, FC and 73. RGB value is (189,252,115). Sum of RGB (Red+Green+Blue) = 189+252+115=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC73 is #42038C. Grayscale: #DADADA. Windows color (decimal): -4326285 or 7601341. OLE color: 7601341.

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

Color convert

RGB 189 252 115 -
CMYK 0.25 0 0.54 0.01
HSL 87.59º 0.96% 0.72% -
HSV(B) 87.59º 0.54% 0.99% -
XYZ 58.89 81.68 28.88 -
YUV 217.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 189 252 115 0.25 0 0.54 0.01 87.59 0.96 0.72
Hex BD FC 73 19 0 36 1 58 60 48
Octal 275 374 163 31 0 66 1 130 140 110
Binary 10111101 11111100 1110011 11001 0 110110 1 1011000 1100000 1001000

Color Harmonies of #BDFC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC73

Black with #BDFC73

Text Example


Text Example

White with #BDFC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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