Html Css Color HEX #BDFC19 Inch Worm

📋 copy color: '#BDFC19'

red 189 ◦ green 252 ◦ blue 25

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

Shades of Inch Worm #BDFC19

Tints of Inch Worm #BDFC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.36%

R = 40.56%
G = 54.08%
B = 5.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#BDFC19 (or 0xBDFC19) is known color: Inch Worm. HEX triplet: BD, FC and 19. RGB value is (189,252,25). Sum of RGB (Red+Green+Blue) = 189+252+25=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC19 is #4203E6. Grayscale: #D0D0D0. Windows color (decimal): -4326375 or 1703101. OLE color: 1703101.

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

Color convert

RGB 189 252 25 -
CMYK 0.25 0 0.90 0.01
HSL 76.65º 0.97% 0.54% -
HSV(B) 76.65º 0.9% 0.99% -
XYZ 55.97 80.51 13.51 -
YUV 207.29 25.13 114.96 -
System Red Green Blue C M Y K H S L
Decimal 189 252 25 0.25 0 0.90 0.01 76.65 0.97 0.54
Hex BD FC 19 19 0 5A 1 4D 61 36
Octal 275 374 31 31 0 132 1 115 141 66
Binary 10111101 11111100 11001 11001 0 1011010 1 1001101 1100001 110110

Color Harmonies of #BDFC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC19

Black with #BDFC19

Text Example


Text Example

White with #BDFC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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