Html Css Color HEX #BDFC18 Inch Worm

📋 copy color: '#BDFC18'

red 189 ◦ green 252 ◦ blue 24

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

Shades of Inch Worm #BDFC18

Tints of Inch Worm #BDFC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.16%

R = 40.65%
G = 54.19%
B = 5.16%

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

#BDFC18 (or 0xBDFC18) is known color: Inch Worm. HEX triplet: BD, FC and 18. RGB value is (189,252,24). Sum of RGB (Red+Green+Blue) = 189+252+24=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC18 is #4203E7. Grayscale: #D0D0D0. Windows color (decimal): -4326376 or 1637565. OLE color: 1637565.

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

Color convert

RGB 189 252 24 -
CMYK 0.25 0 0.90 0.01
HSL 76.58º 0.97% 0.54% -
HSV(B) 76.58º 0.9% 0.99% -
XYZ 55.96 80.51 13.45 -
YUV 207.17 24.63 115.04 -
System Red Green Blue C M Y K H S L
Decimal 189 252 24 0.25 0 0.90 0.01 76.58 0.97 0.54
Hex BD FC 18 19 0 5A 1 4D 61 36
Octal 275 374 30 31 0 132 1 115 141 66
Binary 10111101 11111100 11000 11001 0 1011010 1 1001101 1100001 110110

Color Harmonies of #BDFC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC18

Black with #BDFC18

Text Example


Text Example

White with #BDFC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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