Html Css Color HEX #BDFD40 Green Yellow

📋 copy color: '#BDFD40'

red 189 ◦ green 253 ◦ blue 64

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

Shades of Green Yellow #BDFD40

Tints of Green Yellow #BDFD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

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

R = 37.35%
G = 50%
B = 12.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#BDFD40 (or 0xBDFD40) is known color: Green Yellow. HEX triplet: BD, FD and 40. RGB value is (189,253,64). Sum of RGB (Red+Green+Blue) = 189+253+64=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD40 is #4202BF. Grayscale: #D5D5D5. Windows color (decimal): -4326080 or 4259261. OLE color: 4259261.

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

Color convert

RGB 189 253 64 -
CMYK 0.25 0 0.75 0.01
HSL 80.32º 0.98% 0.62% -
HSV(B) 80.32º 0.75% 0.99% -
XYZ 57.04 81.44 17.56 -
YUV 212.32 44.3 111.37 -
System Red Green Blue C M Y K H S L
Decimal 189 253 64 0.25 0 0.75 0.01 80.32 0.98 0.62
Hex BD FD 40 19 0 4B 1 50 62 3E
Octal 275 375 100 31 0 113 1 120 142 76
Binary 10111101 11111101 1000000 11001 0 1001011 1 1010000 1100010 111110

Color Harmonies of #BDFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD40

Black with #BDFD40

Text Example


Text Example

White with #BDFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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