Html Css Color HEX #BDFC1C Green Yellow

📋 copy color: '#BDFC1C'

red 189 ◦ green 252 ◦ blue 28

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

Shades of Green Yellow #BDFC1C

Tints of Green Yellow #BDFC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 40.3%
G = 53.73%
B = 5.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#BDFC1C (or 0xBDFC1C) is known color: Green Yellow. HEX triplet: BD, FC and 1C. RGB value is (189,252,28). Sum of RGB (Red+Green+Blue) = 189+252+28=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC1C is #4203E3. Grayscale: #D0D0D0. Windows color (decimal): -4326372 or 1899709. OLE color: 1899709.

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

Color convert

RGB 189 252 28 -
CMYK 0.25 0 0.89 0.01
HSL 76.88º 0.97% 0.55% -
HSV(B) 76.88º 0.89% 0.99% -
XYZ 56.01 80.52 13.69 -
YUV 207.63 26.63 114.71 -
System Red Green Blue C M Y K H S L
Decimal 189 252 28 0.25 0 0.89 0.01 76.88 0.97 0.55
Hex BD FC 1C 19 0 59 1 4D 61 37
Octal 275 374 34 31 0 131 1 115 141 67
Binary 10111101 11111100 11100 11001 0 1011001 1 1001101 1100001 110111

Color Harmonies of #BDFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC1C

Black with #BDFC1C

Text Example


Text Example

White with #BDFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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