Html Css Color HEX #BDFC3F Green Yellow

📋 copy color: '#BDFC3F'

red 189 ◦ green 252 ◦ blue 63

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

Shades of Green Yellow #BDFC3F

Tints of Green Yellow #BDFC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.5%

R = 37.5%
G = 50%
B = 12.5%

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

#BDFC3F (or 0xBDFC3F) is known color: Green Yellow. HEX triplet: BD, FC and 3F. RGB value is (189,252,63). Sum of RGB (Red+Green+Blue) = 189+252+63=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC3F is #4203C0. Grayscale: #D4D4D4. Windows color (decimal): -4326337 or 4193469. OLE color: 4193469.

HSL color Cylindrical-coordinate representation of color #BDFC3F: hue angle of 80º degrees, saturation: 0.97, 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 #BDFC3F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 63 -
CMYK 0.25 0 0.75 0.01
HSL 80º 0.97% 0.62% -
HSV(B) 80º 0.75% 0.99% -
XYZ 56.69 80.8 17.31 -
YUV 211.62 44.13 111.87 -
System Red Green Blue C M Y K H S L
Decimal 189 252 63 0.25 0 0.75 0.01 80 0.97 0.62
Hex BD FC 3F 19 0 4B 1 50 61 3E
Octal 275 374 77 31 0 113 1 120 141 76
Binary 10111101 11111100 111111 11001 0 1001011 1 1010000 1100001 111110

Color Harmonies of #BDFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC3F

Black with #BDFC3F

Text Example


Text Example

White with #BDFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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