Html Css Color HEX #BDFB40 Green Yellow

📋 copy color: '#BDFB40'

red 189 ◦ green 251 ◦ blue 64

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

Shades of Green Yellow #BDFB40

Tints of Green Yellow #BDFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 37.5%
G = 49.8%
B = 12.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#BDFB40 (or 0xBDFB40) is known color: Green Yellow. HEX triplet: BD, FB and 40. RGB value is (189,251,64). Sum of RGB (Red+Green+Blue) = 189+251+64=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB40 is #4204BF. Grayscale: #D3D3D3. Windows color (decimal): -4326592 or 4258749. OLE color: 4258749.

HSL color Cylindrical-coordinate representation of color #BDFB40: hue angle of 79.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDFB40 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 64 -
CMYK 0.25 0 0.75 0.02
HSL 79.89º 0.96% 0.62% -
HSV(B) 79.89º 0.75% 0.98% -
XYZ 56.41 80.18 17.35 -
YUV 211.14 44.96 112.21 -
System Red Green Blue C M Y K H S L
Decimal 189 251 64 0.25 0 0.75 0.02 79.89 0.96 0.62
Hex BD FB 40 19 0 4B 2 50 60 3E
Octal 275 373 100 31 0 113 2 120 140 76
Binary 10111101 11111011 1000000 11001 0 1001011 10 1010000 1100000 111110

Color Harmonies of #BDFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB40

Black with #BDFB40

Text Example


Text Example

White with #BDFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB40; }

 p { color: rgb(189,251,64); }

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

background-color css

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

 a { background-color: rgb(189,251,64); }

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

border-color css

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

 span { border-color: rgb(189,251,64); }

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